One MCP for developers. 100+ tools. Brave, Gemini, Excel, Files, DB, Version Check & DevTools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
π§Ώ One MCP for developers - no tool tax, no context rot.
250+ tools your agent calls as Python code: search, docs, files, databases, diagrams, vision, memory - plus a proxy for every MCP server you already use.
Works with Claude Code, Cursor, Codex - any MCP client
Every MCP server re-sends its tool definitions on every request: 3K-30K tokens each. Connect 5 servers and you've burned 55K tokens before the conversation starts. Connect 10+ and you're at 100K.
The math is brutal: Claude Opus 4.5 at $5/M input tokens, 20 days Γ 10 conversations Γ 10 messages Γ 3K tokens = $30/month per MCP server - even if you never use the tools.
And then there's context rot - your AI literally gets dumber as you add more tools (Chroma Research, 2025).
OneTool is one MCP server that exposes tools as a Python API. Instead of reading tool definitions, your agent writes code:
Configure one MCP server. Use unlimited tools - ~2K tokens no matter how many you add.
"Agents scale better by writing code to call tools instead. This reduces the token usage from 150,000 tokens to 2,000 tokens...a cost saving of 98.7%"
97% fewer tokens. 30Γ lower cost. No context rot. (Measured - 47,660 β 1,131 input tokens against 18 MCP servers.)
Because tools are Python functions, your agent does things tool-call JSON can't: batch, chain, loop, compose.
Three packs, one request. Intermediate results flow between tools as variables - the page body never touches your context window, and the summarising runs on a cheap model instead of your expensive coding agent.
Every call is explicit and reviewable - __onetool brave.search(query="...") shows you exactly what runs. No tool-selection guessing.
And the runtime is built for how agents actually type:
mem.search(q="auth") works - any unambiguous parameter prefix resolves (q= β query=)wb.draw(...) works - packs have short aliases (wb, ctx, img)github.listRepositories() works on proxied servers - snake/camel/Pascal all resolveBootstrap (installs uv if missing, installs OneTool, initialises config, prints MCP config):
Or install manually with uv:
Then print ready-to-paste MCP client config with resolved absolute paths and add it
to your client (claude-code, claude-desktop, cursor, or vscode):
That's it. All 250+ tools work out of the box.
Verify: onetool init validate --config ~/.onetool/onetool.yaml
Install the ot-ref skill into your agent with vercel-labs/skills - it teaches the call conventions and ships a greppable index of every tool signature:
| Search & docs | Brave, Google-grounded, and Tavily search (each with batch + answer modes), Context7 library docs, web fetch with extraction controls |
| Files & data | File ops with path boundaries, full Excel control, SQL databases, PDF/Word/PowerPoint β Markdown, ripgrep, package versions |
| Context economy | ctx handles for large outputs, partial file reads (toc/slice), image vision on a dedicated cheap model (zero host tokens), LLM delegation (10Γ savings) |
| Persistent state | mem memory with semantic + keyword search, history and rollback; knowledge RAG bases with AI enrichment; localhist Git-backed project snapshots |
| Visual | Live Excalidraw whiteboard with a Mermaid-compatible DSL and offline auto-layout, Mermaid/PlantUML/D2 diagrams, architecture models β draw.io-editable SVG |
| Runtime | MCP server proxy with runtime enable/disable/restart, direct CLI/API into the running process, ot-ref agent skill, in-conversation tool forging |
| Trust | age-encrypted secrets backed by your OS keychain, AST validation, path boundaries, output sanitisation, runtime stats with estimated savings |
28 packs, 253 tools ready to use (console in beta):
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/onetool-mcp)<a href="https://allmcps.com/mcp/onetool-mcp"><img src="https://allmcps.com/api/badge/onetool-mcp?style=directory" alt="OneTool MCP on AllMCPs" /></a>