The harmony-mcp server connects AI agents to Harmony Kanban boards. It exposes tools for creating, updating, and managing boards, lists, and cards. It integrates with the Harmony API to fetch and modify board data. Developers use it to automate project management tasks, such as updating card statuses, adding new tasks, and organizing workflows.
The harmony-mcp server connects AI agents to Harmony Kanban boards. It exposes tools for creating, updating, and managing boards, lists, and cards. It integrates with the Harmony API to fetch and modify board data. Developers use it to automate project management tasks, such as updating card statuses, adding new tasks, and organizing workflows.
npx -y harmony-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"harmony-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y harmony-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from harmony-mcp?"
API Key Required
This server requires an API key from harmony-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| HARMONY-MCP_API_KEY | Yes | Your harmony-mcp API key |
"What resources are available in harmony-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in harmony-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in harmony-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.