MCP server for Risal — let AI agents (Claude & others) manage tasks, sprints, timers and servers via the Model Context Protocol. Install with npx or Docker.
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": {
"risal-mcp-server": {
"command": "npx",
"args": [
"-y",
"ziyarago/risal-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add risal-mcp-server npx -y ziyarago/risal-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"risal-mcp-server": {
"command": "npx",
"args": [
"-y",
"ziyarago/risal-mcp-server"
]
}
}
}
📋 Copy