SERVER
Komodo MCP Server
Rank #4830io.github.MP-Tool/komodo-mcp-server
MCP server providing komodo-server capabilities
First listed
Feb 11, 2026
Last publish date
May 15, 2026
OVERVIEW
Komodo MCP Server is a Model Context Protocol (MCP) server published by MP-Tool. It ranks #4830 of 58,900 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Komodo MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on May 15, 2026.
STANDING
#4,830of 58,900 tracked serversTop 10%
Ranks ahead of 54,070 of 58,900 servers on MCP Toplist.
CONNECT
Use Komodo MCP Server
Add Komodo MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"komodo-mcp-server": {
"command": "npx",
"args": [
"-y",
"komodo-mcp-server"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>",
"KOMODO_USERNAME": "<your KOMODO_USERNAME>",
"KOMODO_PASSWORD": "<your KOMODO_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Docker image
{
"mcpServers": {
"komodo-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mp-tool/komodo-mcp-server:1.4.0"
],
"env": {
"KOMODO_URL": "<your KOMODO_URL>",
"KOMODO_API_KEY": "<your KOMODO_API_KEY>",
"KOMODO_API_SECRET": "<your KOMODO_API_SECRET>",
"KOMODO_USERNAME": "<your KOMODO_USERNAME>",
"KOMODO_PASSWORD": "<your KOMODO_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry
ORGANIZATION
MP-Tool
VERSIONS
Available versions (3)
| Version | Published |
|---|---|
| 1.4.0 | May 15, 2026 |
| 1.2.2 | Feb 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- What is Komodo MCP Server?
- MCP server providing komodo-server capabilities
- Who maintains Komodo MCP Server?
- Komodo MCP Server is maintained by MP-Tool, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Komodo MCP Server an official MCP server?
- Yes — Komodo MCP Server is listed on the Official MCP Registry.
- How many versions does Komodo MCP Server have?
- MCP Toplist tracks 3 versions of Komodo MCP Server, most recently published on May 15, 2026.
- Where can I find the source code for Komodo MCP Server?
- The source code for Komodo MCP Server is hosted at github.com/MP-Tool/komodo-mcp-server.
EXPLORE