roychri/mcp-server-asana
π βοΈ This Model Context Protocol server implementation of Asana allows you to talk to Asana API from MCP Client such as Anthropic's Claude Desktop Application, and many more.
Quick Start
Clone the repository:
git clone https://github.com/roychri/mcp-server-asanaClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-asana": {
"command": "npx",
"args": [
"-y",
"roychri/mcp-server-asana"
]
}
}
}Check the repository README for specific installation and configuration instructions.