Agent Toolbelt MCP
Rank #37,500io.github.marras0914/agent-toolbelt-mcp
MCP server providing agent-toolbelt-mcp capabilities
Agent Toolbelt MCP is a Model Context Protocol (MCP) server published by marras0914. It ranks #37,500 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Agent Toolbelt MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 3, 2026 and most recently updated on Mar 3, 2026.
Ranks ahead of 94,905 of 132,405 servers on MCP Toplist.
Use Agent Toolbelt MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add agent-toolbelt-mcp -e "AGENT_TOOLBELT_KEY=<your AGENT_TOOLBELT_KEY>" -- npx -y agent-toolbelt-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agent-toolbelt-mcp]
command = "npx"
args = ["-y", "agent-toolbelt-mcp"]
[mcp_servers.agent-toolbelt-mcp.env]
AGENT_TOOLBELT_KEY = "<your AGENT_TOOLBELT_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-toolbelt-mcp": {
"command": "npx",
"args": [
"-y",
"agent-toolbelt-mcp"
],
"env": {
"AGENT_TOOLBELT_KEY": "<your AGENT_TOOLBELT_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-toolbelt-mcp": {
"command": "npx",
"args": [
"-y",
"agent-toolbelt-mcp"
],
"env": {
"AGENT_TOOLBELT_KEY": "<your AGENT_TOOLBELT_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-toolbelt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-toolbelt-mcp"
],
"env": {
"AGENT_TOOLBELT_KEY": "<your AGENT_TOOLBELT_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-toolbelt-mcp": {
"command": "npx",
"args": [
"-y",
"agent-toolbelt-mcp"
],
"env": {
"AGENT_TOOLBELT_KEY": "<your AGENT_TOOLBELT_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-toolbelt-mcp": {
"command": "npx",
"args": [
"-y",
"agent-toolbelt-mcp"
],
"env": {
"AGENT_TOOLBELT_KEY": "<your AGENT_TOOLBELT_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.marras0914%2Fagent-toolbelt-mcp)<a href="https://mcptoplist.com/server/io.github.marras0914%2Fagent-toolbelt-mcp"><img src="https://mcptoplist.com/badge/io.github.marras0914%2Fagent-toolbelt-mcp.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
marras0914
Other servers by marras0914
View all marras0914 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Agent Toolbelt MCP?
- Agent Toolbelt MCP is maintained by marras0914, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Agent Toolbelt MCP listed on the Official MCP Registry?
- Yes — Agent Toolbelt MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Agent Toolbelt MCP have?
- MCP Toplist tracks 2 versions of Agent Toolbelt MCP, most recently published on Mar 3, 2026.
- Where can I find the source code for Agent Toolbelt MCP?
- The source code for Agent Toolbelt MCP is hosted at github.com/marras0914/agent-toolbelt.
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.