Netwhisper Remote MCP Server
@pmesgari
About Netwhisper Remote MCP Server
No overview available yet
Basic information
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.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ICSS
chokcoco不止于 CSS
Comments