Ref Tools MCP
Rank #5,654tools.ref/ref-tools-mcp
MCP server providing ref-tools-mcp capabilities
Ref Tools MCP is a Model Context Protocol (MCP) server published by ref-tools. It ranks #5,654 of 115,460 servers tracked on MCP Toplist, and its repository has 1,164 GitHub stars. Ref Tools MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Oct 28, 2025 and most recently updated on Oct 28, 2025.
Ranks ahead of 109,806 of 115,460 servers on MCP Toplist.
Use Ref Tools MCP
claude mcp add --transport http ref-tools-mcp https://api.ref.tools/mcp[mcp_servers.ref-tools-mcp]
url = "https://api.ref.tools/mcp"Add to ~/.codex/config.toml.
https://api.ref.tools/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ref-tools-mcp": {
"url": "https://api.ref.tools/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ref-tools-mcp": {
"type": "http",
"url": "https://api.ref.tools/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ref-tools-mcp": {
"serverUrl": "https://api.ref.tools/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ref-tools-mcp": {
"url": "https://api.ref.tools/mcp"
}
}
}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/tools.ref%2Fref-tools-mcp)<a href="https://mcptoplist.com/server/tools.ref%2Fref-tools-mcp"><img src="https://mcptoplist.com/badge/tools.ref%2Fref-tools-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ref-tools
Other servers by ref-tools
View all ref-tools servers →Available versions (2)
| Version | Published |
|---|---|
| 3.0.1 | Oct 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ref Tools MCP?
- Ref Tools MCP is maintained by ref-tools, which publishes 7 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Ref Tools MCP listed on the Official MCP Registry?
- Yes — Ref Tools MCP is listed on the Official MCP Registry.
- How many versions does Ref Tools MCP have?
- MCP Toplist tracks 2 versions of Ref Tools MCP, most recently published on Oct 28, 2025.
- Where can I find the source code for Ref Tools MCP?
- The source code for Ref Tools MCP is hosted at github.com/ref-tools/ref-tools-mcp.