Netwhisper Remote MCP Server
@pmesgari
About Netwhisper Remote MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"netwhisper-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Netwhisper Remote MCP Server?
Netwhisper Remote MCP Server is a Cloudflare Workers–based implementation of the Model Context Protocol (MCP) that provides tools to interact with network devices remotely. It uses OAuth authentication and integrates with the MCP Inspector and Claude Desktop.
How to use Netwhisper Remote MCP Server?
Clone the repository, install dependencies with npm install, and start the server locally with npm start. Connect via the MCP Inspector using SSE transport at http://localhost:8787/sse or configure Claude Desktop with the mcp-remote command. For production, create a KV namespace, update wrangler.jsonc, and deploy with npm run deploy.
Key features of Netwhisper Remote MCP Server
- MCP tools:
get_facts,get_config, andadd_static_route - OAuth-based authentication for secure access
- Deployed on Cloudflare Workers for scalability
- Uses Cloudflare KV for OAuth data storage
- Implements Durable Objects for stateful interactions
Use cases of Netwhisper Remote MCP Server
- Retrieve configuration details from network devices remotely
- Manage device settings such as adding static routes
- Integrate network device management into AI assistants via Claude Desktop
- Test MCP tools locally using the MCP Inspector
FAQ from Netwhisper Remote MCP Server
What tools does Netwhisper Remote MCP Server provide?
It provides the MCP tools get_facts, get_config, and add_static_route for interacting with network devices.
How do I deploy Netwhisper Remote MCP Server to Cloudflare?
Create a KV namespace with npx wrangler@latest kv namespace create remote-mcp-server-oauth-kv, add its ID to wrangler.jsonc, then run npm run deploy.
How can I clear authentication issues?
Restart Claude Desktop or delete the ~/.mcp-auth directory to clear stored authentication data.
Frequently asked questions
What tools does Netwhisper Remote MCP Server provide?
It provides the MCP tools `get_facts`, `get_config`, and `add_static_route` for interacting with network devices.
How do I deploy Netwhisper Remote MCP Server to Cloudflare?
Create a KV namespace with `npx wrangler@latest kv namespace create remote-mcp-server-oauth-kv`, add its ID to `wrangler.jsonc`, then run `npm run deploy`.
How can I clear authentication issues?
Restart Claude Desktop or delete the `~/.mcp-auth` directory to clear stored authentication data.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments