Recon MCP
Rank #43,593io.github.mansurjisan/recon-mcp
MCP server providing recon-mcp capabilities
Recon MCP is a Model Context Protocol (MCP) server published by mansurjisan. It ranks #43,593 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Recon MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 5, 2026 and most recently updated on Mar 5, 2026.
Ranks ahead of 71,867 of 115,460 servers on MCP Toplist.
Use Recon MCP
claude mcp add recon-mcp -- uvx recon-mcp[mcp_servers.recon-mcp]
command = "uvx"
args = ["recon-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"recon-mcp": {
"command": "uvx",
"args": [
"recon-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"recon-mcp": {
"command": "uvx",
"args": [
"recon-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"recon-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"recon-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"recon-mcp": {
"command": "uvx",
"args": [
"recon-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"recon-mcp": {
"command": "uvx",
"args": [
"recon-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/io.github.mansurjisan%2Frecon-mcp)<a href="https://mcptoplist.com/server/io.github.mansurjisan%2Frecon-mcp"><img src="https://mcptoplist.com/badge/io.github.mansurjisan%2Frecon-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mansurjisan
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Recon MCP?
- Recon MCP is maintained by mansurjisan, which publishes 15 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Recon MCP listed on the Official MCP Registry?
- Yes — Recon MCP is listed on the Official MCP Registry.
- How many versions does Recon MCP have?
- MCP Toplist tracks 2 versions of Recon MCP, most recently published on Mar 5, 2026.
- Where can I find the source code for Recon MCP?
- The source code for Recon MCP is hosted at github.com/mansurjisan/ocean-mcp.