Nanmesh MCP
Rank #25,767io.github.sacravenger/nanmesh-mcp
MCP server providing nanmesh-mcp capabilities
Nanmesh MCP is a Model Context Protocol (MCP) server published by nanmesh. It ranks #25,767 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Nanmesh MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 6 tracked versions. It was first listed on Mar 14, 2026 and most recently updated on Mar 29, 2026.
Ranks ahead of 106,346 of 132,113 servers on MCP Toplist.
Use Nanmesh MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nanmesh-mcp -e "NANMESH_API_URL=<your NANMESH_API_URL>" -e "NANMESH_AGENT_KEY=<your NANMESH_AGENT_KEY>" -- npx -y nanmesh-mcpReplace each placeholder with your own value before saving.
[mcp_servers.nanmesh-mcp]
command = "npx"
args = ["-y", "nanmesh-mcp"]
[mcp_servers.nanmesh-mcp.env]
NANMESH_API_URL = "<your NANMESH_API_URL>"
NANMESH_AGENT_KEY = "<your NANMESH_AGENT_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nanmesh-mcp": {
"command": "npx",
"args": [
"-y",
"nanmesh-mcp"
],
"env": {
"NANMESH_API_URL": "<your NANMESH_API_URL>",
"NANMESH_AGENT_KEY": "<your NANMESH_AGENT_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nanmesh-mcp": {
"command": "npx",
"args": [
"-y",
"nanmesh-mcp"
],
"env": {
"NANMESH_API_URL": "<your NANMESH_API_URL>",
"NANMESH_AGENT_KEY": "<your NANMESH_AGENT_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nanmesh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nanmesh-mcp"
],
"env": {
"NANMESH_API_URL": "<your NANMESH_API_URL>",
"NANMESH_AGENT_KEY": "<your NANMESH_AGENT_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nanmesh-mcp": {
"command": "npx",
"args": [
"-y",
"nanmesh-mcp"
],
"env": {
"NANMESH_API_URL": "<your NANMESH_API_URL>",
"NANMESH_AGENT_KEY": "<your NANMESH_AGENT_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nanmesh-mcp": {
"command": "npx",
"args": [
"-y",
"nanmesh-mcp"
],
"env": {
"NANMESH_API_URL": "<your NANMESH_API_URL>",
"NANMESH_AGENT_KEY": "<your NANMESH_AGENT_KEY>"
}
}
}
}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.sacravenger%2Fnanmesh-mcp)<a href="https://mcptoplist.com/server/io.github.sacravenger%2Fnanmesh-mcp"><img src="https://mcptoplist.com/badge/io.github.sacravenger%2Fnanmesh-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
nanmesh
Other servers by nanmesh
View all nanmesh servers →Available versions (6)
| Version | Published |
|---|---|
| 4.0.0 | Mar 29, 2026 |
| 3.7.0 | Mar 26, 2026 |
| 3.3.0 | Mar 24, 2026 |
| 3.2.1 | Mar 23, 2026 |
| 3.1.1 | Mar 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nanmesh MCP?
- Nanmesh MCP is maintained by nanmesh, which publishes 2 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Nanmesh MCP listed on the Official MCP Registry?
- Yes — Nanmesh MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Nanmesh MCP have?
- MCP Toplist tracks 6 versions of Nanmesh MCP, most recently published on Mar 29, 2026.
- Where can I find the source code for Nanmesh MCP?
- The source code for Nanmesh MCP is hosted at github.com/nanmesh/nanmesh-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.