🔐 Build secure applications with the MyTaskly MCP server, featuring OAuth 2.1 JWT authentication and seamless FastAPI integration for efficient user management.
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": {
"mytaskly-mcp": {
"command": "uvx",
"args": [
"mytaskly-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mytaskly-mcp uvx mytaskly-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mytaskly-mcp": {
"command": "uvx",
"args": [
"mytaskly-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install mytaskly-mcp