@kyma-api/mcp-server
v0.1.0
Published
MCP server for Kyma API. Access 16 open-source LLMs from Claude Code, Cursor, or any MCP client.
Maintainers
Readme
@kyma-api/mcp-server
MCP server for Kyma API. Access 16 open-source LLMs from Claude Code, Cursor, or any MCP client.
Setup
Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"kyma": {
"command": "npx",
"args": ["@kyma-api/mcp-server"],
"env": {
"KYMA_API_KEY": "ky-your-api-key"
}
}
}
}Cursor
Add to Cursor Settings > MCP:
{
"kyma": {
"command": "npx",
"args": ["@kyma-api/mcp-server"],
"env": {
"KYMA_API_KEY": "ky-your-api-key"
}
}
}Tools
| Tool | Description |
|------|-------------|
| chat | Send a message to any Kyma model. Supports aliases (best, fast, code, cheap, reasoning). |
| list_models | List all models with pricing and capabilities. |
| recommend_model | Get model recommendation by use case or agent name. |
| get_pricing | Get per-model token pricing table. |
Examples
Once configured, ask your AI assistant:
- "Use kyma chat to explain quantum computing with deepseek-r1"
- "Use kyma list_models to see available models and pricing"
- "Use kyma recommend_model for coding agent use case"
Get Your Key
Free $0.50 credit at kymaapi.com. No credit card required.
