MisarReach MCP Server
Rank #13,021io.github.Misar-AI/misarreach-mcp
Find and enrich leads, run multi-channel outreach, and manage the sales pipeline.
MisarReach MCP Server is a Model Context Protocol (MCP) server published by mrgulshanyadav. It ranks #13,021 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MisarReach MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 4, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 102,570 of 115,591 servers on MCP Toplist.
Use MisarReach MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http misarreach-mcp https://api.misar.io/reach/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add misarreach-mcp -e "MISARREACH_API_KEY=<your MISARREACH_API_KEY>" -e "MISARREACH_BASE_URL=<your MISARREACH_BASE_URL>" -- npx -y @misarreach/mcpReplace each placeholder with your own value before saving.
[mcp_servers.misarreach-mcp]
url = "https://api.misar.io/reach/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.misarreach-mcp]
command = "npx"
args = ["-y", "@misarreach/mcp"]
[mcp_servers.misarreach-mcp.env]
MISARREACH_API_KEY = "<your MISARREACH_API_KEY>"
MISARREACH_BASE_URL = "<your MISARREACH_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.misar.io/reach/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"misarreach-mcp": {
"command": "npx",
"args": [
"-y",
"@misarreach/mcp"
],
"env": {
"MISARREACH_API_KEY": "<your MISARREACH_API_KEY>",
"MISARREACH_BASE_URL": "<your MISARREACH_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"misarreach-mcp": {
"url": "https://api.misar.io/reach/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"misarreach-mcp": {
"command": "npx",
"args": [
"-y",
"@misarreach/mcp"
],
"env": {
"MISARREACH_API_KEY": "<your MISARREACH_API_KEY>",
"MISARREACH_BASE_URL": "<your MISARREACH_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"misarreach-mcp": {
"type": "http",
"url": "https://api.misar.io/reach/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"misarreach-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@misarreach/mcp"
],
"env": {
"MISARREACH_API_KEY": "<your MISARREACH_API_KEY>",
"MISARREACH_BASE_URL": "<your MISARREACH_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"misarreach-mcp": {
"serverUrl": "https://api.misar.io/reach/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"misarreach-mcp": {
"command": "npx",
"args": [
"-y",
"@misarreach/mcp"
],
"env": {
"MISARREACH_API_KEY": "<your MISARREACH_API_KEY>",
"MISARREACH_BASE_URL": "<your MISARREACH_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"misarreach-mcp": {
"url": "https://api.misar.io/reach/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"misarreach-mcp": {
"command": "npx",
"args": [
"-y",
"@misarreach/mcp"
],
"env": {
"MISARREACH_API_KEY": "<your MISARREACH_API_KEY>",
"MISARREACH_BASE_URL": "<your MISARREACH_BASE_URL>"
}
}
}
}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.Misar-AI%2Fmisarreach-mcp)<a href="https://mcptoplist.com/server/io.github.Misar-AI%2Fmisarreach-mcp"><img src="https://mcptoplist.com/badge/io.github.Misar-AI%2Fmisarreach-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mrgulshanyadav
Other servers by mrgulshanyadav
- MisarMail MCP Server#9,615 · 2 vers
- Misar.Blog MCP Server#11,552 · 1 ver
- MisarMail — Email Marketing MCP Server#87,186
Available versions (1)
| Version | Published |
|---|---|
| 5.0.4 | Aug 18, 2026 |
Frequently asked questions
- Who maintains MisarReach MCP Server?
- MisarReach MCP Server is maintained by mrgulshanyadav, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MisarReach MCP Server listed on the Official MCP Registry?
- Yes — MisarReach MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does MisarReach MCP Server have?
- MCP Toplist tracks 1 version of MisarReach MCP Server, most recently published on Aug 18, 2026.
- Where can I find the source code for MisarReach MCP Server?
- The source code for MisarReach MCP Server is hosted at github.com/mrgulshanyadav/misarreach-mcp.