This project is a small Python MCP server implemented with `mcp` and managed with `uv`. It is bootstrapped / created entirely using Copilot agent with mcp-server-dev SKILLS.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpserver-local": {
"command": "uvx",
"args": [
"mcpserver-local"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcpserver-local uvx mcpserver-local
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpserver-local": {
"command": "uvx",
"args": [
"mcpserver-local"
]
}
}
}
📋 Copy
Or install with pip: pip install mcpserver-local