Loading MCP server directory, please wait...
Manage tasks, sprints, projects, and wiki pages in your Ithura workspace.
npx @getmcp/cli add com.ithura/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ITHURA_API_KEYWorkspace API token, created under Settings > API tokens. Carries the permissions of the member who created it.
ITHURA_WORKSPACE_SLUGThe workspace slug, as it appears in your Ithura URL.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.ithura/mcp": {
"command": "npx",
"args": [
"-y",
"ithura-mcp"
],
"env": {
"ITHURA_API_KEY": "",
"ITHURA_WORKSPACE_SLUG": "",
"ITHURA_API_URL": "https://api.ithura.com"
}
}
}
}