Nager UI MCP Server
FreeNot checkedEnables AI agents to interact with the Nager MCP UI API through standardized Model Context Protocol tools. It provides a bridge for accessing date-related funct
About
Enables AI agents to interact with the Nager MCP UI API through standardized Model Context Protocol tools. It provides a bridge for accessing date-related functionalities and public holiday information from date.nager.at.
README
This is an MCP (Model Context Protocol) server that provides access to the Nager MCP UI API. It enables AI agents and LLMs to interact with Nager MCP UI through standardized tools.
Features
- 🔧 MCP Protocol: Built on the Model Context Protocol for seamless AI integration
- 🌐 Full API Access: Provides tools for interacting with Nager MCP UI endpoints
- 🐳 Docker Support: Easy deployment with Docker and Docker Compose
- ⚡ Async Operations: Built with FastMCP for efficient async handling
API Documentation
- Nager MCP UI Website: https://date.nager.at
- API Documentation:
Available Tools
This server provides the following tools:
example_tool: Placeholder tool (to be implemented)
Note: Replace example_tool with actual Nager MCP UI API tools based on the documentation.
Installation
Using Docker (Recommended)
Clone this repository:
git clone https://github.com/Traia-IO/nager-mcp-ui-mcp-server.git cd nager-mcp-ui-mcp-serverRun with Docker:
./run_local_docker.sh
Using Docker Compose
- Create a
.envfile with your configuration:
PORT=8000
2. Start the server:
```bash
docker-compose up
Manual Installation
Install dependencies using
uv:uv pip install -e .Run the server:
uv run python -m server
## Usage
### Health Check
Test if the server is running:
```bash
python mcp_health_check.py
Using with CrewAI
from traia_iatp.mcp.traia_mcp_adapter import create_mcp_adapter
# Connect to the MCP server
with create_mcp_adapter(
url="http://localhost:8000/mcp/"
) as tools:
# Use the tools
for tool in tools:
print(f"Available tool: {tool.name}")
# Example usage
result = await tool.example_tool(query="test")
print(result)
Development
Testing the Server
- Start the server locally
- Run the health check:
python mcp_health_check.py - Test individual tools using the CrewAI adapter
Adding New Tools
To add new tools, edit server.py and:
- Create API client functions for Nager MCP UI endpoints
- Add
@mcp.tool()decorated functions - Update this README with the new tools
- Update
deployment_params.jsonwith the tool names in the capabilities array
Deployment
Deployment Configuration
The deployment_params.json file contains the deployment configuration for this MCP server:
{
"github_url": "https://github.com/Traia-IO/nager-mcp-ui-mcp-server",
"mcp_server": {
"name": "nager-mcp-ui-mcp",
"description": "Nager mcp from ui",
"server_type": "streamable-http",
"capabilities": [
// List all implemented tool names here
"example_tool"
]
},
"deployment_method": "cloud_run",
"gcp_project_id": "traia-mcp-servers",
"gcp_region": "us-central1",
"tags": ["nager mcp ui", "api"],
"ref": "main"
}
Important: Always update the capabilities array when you add or remove tools!
Google Cloud Run
This server is designed to be deployed on Google Cloud Run. The deployment will:
- Build a container from the Dockerfile
- Deploy to Cloud Run with the specified configuration
- Expose the
/mcpendpoint for client connections
Environment Variables
PORT: Server port (default: 8000)STAGE: Environment stage (default: MAINNET, options: MAINNET, TESTNET)LOG_LEVEL: Logging level (default: INFO)
Troubleshooting
- Server not starting: Check Docker logs with
docker logs <container-id> - Connection errors: Ensure the server is running on the expected port3. Tool errors: Check the server logs for detailed error messages
Contributing
- Fork the repository
- Create a feature branch
- Implement new tools or improvements
- Update the README and deployment_params.json
- Submit a pull request
License
Installing Nager UI MCP Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Traia-IO/nager-mcp-ui-mcp-serverFAQ
Is Nager UI MCP Server MCP free?
Yes, Nager UI MCP Server MCP is free — one-click install via Unyly at no cost.
Does Nager UI MCP Server need an API key?
No, Nager UI MCP Server runs without API keys or environment variables.
Is Nager UI MCP Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Nager UI MCP Server in Claude Desktop, Claude Code or Cursor?
Open Nager UI MCP Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
LibreOffice Tools
Enables AI agents to read, write, and edit Office documents via LibreOffice with token-efficient design. Supports multiple formats including DOCX, XLSX, PPTX, a
by passerbyflutterdannote/figma-use
Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.
by dannoteLogo.dev
Search and retrieve company logos by brand or domain. Customize size, format, and theme to match your design needs. Accelerate design, prototyping, and content
by NOVA-3951Design Inspiration Server
Searches top design platforms like Dribbble and Behance to provide UI inspiration, color palettes, and layout patterns via the Serper API. It allows users to re
by YonasValentinPIX4Dmatic
Enables GUI automation for controlling PIX4Dmatic on Windows through MCP. Supports launching, focusing, capturing screenshots, sending hotkeys, clicking UI elem
by jangjo123Figma
Extract design specs and assets
by Figmamcp-dockmaster
An Open-Sourced UI to install and manage MCP servers for Windows, Linux and macOS.
ariekogan/ateam-mcp
Build, validate, and deploy multi-agent AI solutions on the ADAS platform. Design skills with tools, manage solution lifecycle, and connect from any AI environm
by ariekoganthinkchainai/mcpbundles
MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic
by thinkchainaiarikusi/nakkas
MCP server that turns AI into an SVG artist. One rendering engine with JSON config, AI controls all design parameters. CSS @keyframes + SMIL animations, 16+ ele
by arikusiCompare Nager UI MCP Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All design MCPs
