OneTool MCP
Rank #6,959io.github.beycom/onetool-mcp
One MCP for devs incl Brave,Google,Tavily,Context7,AWS,Excalidraw,DB,GitHub,DevTools,Playwright
OneTool MCP is a Model Context Protocol (MCP) server published by beycom. It ranks #6,959 of 115,591 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. OneTool MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Dec 4, 2025 and most recently updated on Apr 3, 2026.
Ranks ahead of 108,632 of 115,591 servers on MCP Toplist.
Use OneTool MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add onetool-mcp -- uvx onetool onetool-mcp serve[mcp_servers.onetool-mcp]
command = "uvx"
args = ["onetool", "onetool-mcp", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"onetool-mcp": {
"command": "uvx",
"args": [
"onetool",
"onetool-mcp",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"onetool-mcp": {
"command": "uvx",
"args": [
"onetool",
"onetool-mcp",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"onetool-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"onetool",
"onetool-mcp",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"onetool-mcp": {
"command": "uvx",
"args": [
"onetool",
"onetool-mcp",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"onetool-mcp": {
"command": "uvx",
"args": [
"onetool",
"onetool-mcp",
"serve"
]
}
}
}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.beycom%2Fonetool-mcp)<a href="https://mcptoplist.com/server/io.github.beycom%2Fonetool-mcp"><img src="https://mcptoplist.com/badge/io.github.beycom%2Fonetool-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
beycom
Other servers by beycom
View all beycom servers →Available versions (13)
| Version | Published |
|---|---|
| 2.2.2 | Apr 3, 2026 |
| 2.2.1 | Apr 2, 2026 |
| 2.2.0 | Apr 1, 2026 |
| 2.1.1 | Mar 10, 2026 |
| 2.1.0 | Mar 6, 2026 |
| 2.0.1 | Feb 28, 2026 |
| 2.0.0 | Feb 28, 2026 |
| 1.0.2 | Feb 16, 2026 |
| 1.0.1 | Feb 10, 2026 |
| 1.0.0 | Feb 9, 2026 |
| 1.0.0rc3 | Feb 5, 2026 |
| 1.0.0rc2 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains OneTool MCP?
- OneTool MCP is maintained by beycom, which publishes 2 MCP servers (13 total versions) tracked on MCP Toplist.
- Is OneTool MCP listed on the Official MCP Registry?
- Yes — OneTool MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does OneTool MCP have?
- MCP Toplist tracks 13 versions of OneTool MCP, most recently published on Apr 3, 2026.
- Where can I find the source code for OneTool MCP?
- The source code for OneTool MCP is hosted at github.com/beycom/onetool-mcp.