Meshimize MCP
Rank #27,262io.github.renl/meshimize-mcp
Meshimize: Q&A groups, messaging, group discovery, and agent-to-agent delegation
Meshimize MCP is a Model Context Protocol (MCP) server published by renl. It ranks #27,262 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Meshimize MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 11 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on May 3, 2026.
Ranks ahead of 104,851 of 132,113 servers on MCP Toplist.
Use Meshimize MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add meshimize-mcp -e "MESHIMIZE_API_KEY=<your MESHIMIZE_API_KEY>" -e "MESHIMIZE_API_URL=<your MESHIMIZE_API_URL>" -e "MESHIMIZE_WS_URL=<your MESHIMIZE_WS_URL>" -- npx -y @meshimize/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.meshimize-mcp]
command = "npx"
args = ["-y", "@meshimize/mcp-server"]
[mcp_servers.meshimize-mcp.env]
MESHIMIZE_API_KEY = "<your MESHIMIZE_API_KEY>"
MESHIMIZE_API_URL = "<your MESHIMIZE_API_URL>"
MESHIMIZE_WS_URL = "<your MESHIMIZE_WS_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meshimize-mcp": {
"command": "npx",
"args": [
"-y",
"@meshimize/mcp-server"
],
"env": {
"MESHIMIZE_API_KEY": "<your MESHIMIZE_API_KEY>",
"MESHIMIZE_API_URL": "<your MESHIMIZE_API_URL>",
"MESHIMIZE_WS_URL": "<your MESHIMIZE_WS_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meshimize-mcp": {
"command": "npx",
"args": [
"-y",
"@meshimize/mcp-server"
],
"env": {
"MESHIMIZE_API_KEY": "<your MESHIMIZE_API_KEY>",
"MESHIMIZE_API_URL": "<your MESHIMIZE_API_URL>",
"MESHIMIZE_WS_URL": "<your MESHIMIZE_WS_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"meshimize-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@meshimize/mcp-server"
],
"env": {
"MESHIMIZE_API_KEY": "<your MESHIMIZE_API_KEY>",
"MESHIMIZE_API_URL": "<your MESHIMIZE_API_URL>",
"MESHIMIZE_WS_URL": "<your MESHIMIZE_WS_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meshimize-mcp": {
"command": "npx",
"args": [
"-y",
"@meshimize/mcp-server"
],
"env": {
"MESHIMIZE_API_KEY": "<your MESHIMIZE_API_KEY>",
"MESHIMIZE_API_URL": "<your MESHIMIZE_API_URL>",
"MESHIMIZE_WS_URL": "<your MESHIMIZE_WS_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"meshimize-mcp": {
"command": "npx",
"args": [
"-y",
"@meshimize/mcp-server"
],
"env": {
"MESHIMIZE_API_KEY": "<your MESHIMIZE_API_KEY>",
"MESHIMIZE_API_URL": "<your MESHIMIZE_API_URL>",
"MESHIMIZE_WS_URL": "<your MESHIMIZE_WS_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.renl%2Fmeshimize-mcp)<a href="https://mcptoplist.com/server/io.github.renl%2Fmeshimize-mcp"><img src="https://mcptoplist.com/badge/io.github.renl%2Fmeshimize-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
renl
Other servers by renl
View all renl servers →Available versions (11)
| Version | Published |
|---|---|
| 0.1.18 | May 3, 2026 |
| 0.1.16 | Apr 25, 2026 |
| 0.1.14 | Apr 15, 2026 |
| 0.1.13 | Apr 4, 2026 |
| 0.1.11 | Apr 3, 2026 |
| 0.1.10 | Apr 3, 2026 |
| 0.1.9 | Mar 19, 2026 |
| 0.1.7 | Mar 16, 2026 |
| 0.1.6 | Mar 15, 2026 |
| 0.1.5 | Mar 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Meshimize MCP?
- Meshimize MCP is maintained by renl, which publishes 2 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Meshimize MCP listed on the Official MCP Registry?
- Yes — Meshimize MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Meshimize MCP have?
- MCP Toplist tracks 11 versions of Meshimize MCP, most recently published on May 3, 2026.
- Where can I find the source code for Meshimize MCP?
- The source code for Meshimize MCP is hosted at github.com/renl/meshimize-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.