Connects to Codewars to pull user profiles, completed kata, authored kata, and individual kata details. No API key required. Part of the Pipeworx gateway, which means you can either use it standalone or access it through their broader platform of 673+ data sources. Supports plain English queries through ask_pipeworx instead of calling tools directly, so you can ask about a user's progress or kata information without constructing the request manually. Useful when you're working with coding challenge data, tracking learner progress, or building dashboards around competitive programming activity. Uses streamable HTTP transport for remote connections.
Codewars MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"codewars": {
"url": "https://gateway.pipeworx.io/codewars/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Codewars data" })
The gateway picks the right tool and fills the arguments automatically.
MIT