ModelBound MCP Server
Rank #33,365io.github.ModelBound/modelbound-mcp
Local-first MCP server for agent skills. Validate, lint, diff, and convert across IDEs.
ModelBound MCP Server is a Model Context Protocol (MCP) server published by modelbound. It ranks #33,365 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ModelBound MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 23, 2026 and most recently updated on May 23, 2026.
Ranks ahead of 98,748 of 132,113 servers on MCP Toplist.
Use ModelBound MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http modelbound-mcp https://mcp.modelbound.co/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add modelbound-mcp -e "MODELBOUND_API_KEY=<your MODELBOUND_API_KEY>" -- npx -y modelbound-mcpReplace each placeholder with your own value before saving.
[mcp_servers.modelbound-mcp]
url = "https://mcp.modelbound.co/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.modelbound-mcp]
command = "npx"
args = ["-y", "modelbound-mcp"]
[mcp_servers.modelbound-mcp.env]
MODELBOUND_API_KEY = "<your MODELBOUND_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.modelbound.co/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"modelbound-mcp": {
"command": "npx",
"args": [
"-y",
"modelbound-mcp"
],
"env": {
"MODELBOUND_API_KEY": "<your MODELBOUND_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelbound-mcp": {
"url": "https://mcp.modelbound.co/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"modelbound-mcp": {
"command": "npx",
"args": [
"-y",
"modelbound-mcp"
],
"env": {
"MODELBOUND_API_KEY": "<your MODELBOUND_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"modelbound-mcp": {
"type": "http",
"url": "https://mcp.modelbound.co/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"modelbound-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"modelbound-mcp"
],
"env": {
"MODELBOUND_API_KEY": "<your MODELBOUND_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelbound-mcp": {
"serverUrl": "https://mcp.modelbound.co/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"modelbound-mcp": {
"command": "npx",
"args": [
"-y",
"modelbound-mcp"
],
"env": {
"MODELBOUND_API_KEY": "<your MODELBOUND_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelbound-mcp": {
"url": "https://mcp.modelbound.co/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"modelbound-mcp": {
"command": "npx",
"args": [
"-y",
"modelbound-mcp"
],
"env": {
"MODELBOUND_API_KEY": "<your MODELBOUND_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ModelBound%2Fmodelbound-mcp)<a href="https://mcptoplist.com/server/io.github.ModelBound%2Fmodelbound-mcp"><img src="https://mcptoplist.com/badge/io.github.ModelBound%2Fmodelbound-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
modelbound
Other servers by modelbound
View all modelbound servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | May 23, 2026 |
Frequently asked questions
- Who maintains ModelBound MCP Server?
- ModelBound MCP Server is maintained by modelbound, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is ModelBound MCP Server listed on the Official MCP Registry?
- Yes — ModelBound MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does ModelBound MCP Server have?
- MCP Toplist tracks 1 version of ModelBound MCP Server, most recently published on May 23, 2026.
- Where can I find the source code for ModelBound MCP Server?
- The source code for ModelBound MCP Server is hosted at github.com/modelbound/modelbound-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.