Local Network Request MCP Server
About
Sends HTTP requests to endpoints on the local network.
Details
- Author
- kazikgolinski
- Categories
- Communication, Infrastructure, API, Developer Tools, Community, Other
Jump to
Setup
Install Local Network Request MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/kazikgolinski/mcp-net-bridge
Follow the installation instructions in the repository README, then restart your MCP client.
Sends HTTP requests to endpoints on the local network.
An MCP server that sends HTTP requests to endpoints on your local network.
- Send HTTP requests (GET, POST, PUT, DELETE, etc.) to local network endpoints
- Support for JSON payloads and custom headers
- Comprehensive error handling for timeouts and connection issues
- Built with FastMCP framework
Add this configuration to your Claude MCP settings:
Add to yourclaude_desktop_config.json:
{ "mcpServers": { "local-network-requests": { "command": "uv", "args": ["run", "python3", "/absolute/path/to/main.py"], "cwd": "/Users/kazikgolinski/Documents/Projekty_priv/MPCtoAPI" } } }
claude mcp add local-network-requests uv run python3 /Users/kazikgolinski/Documents/Projekty_priv/MPCtoAPI/main.py
which uv claude mcp add local-network-requests /full/path/to/uv run python3 /Users/kazikgolinski/Documents/Projekty_priv/MPCtoAPI/main.py
Once connected, you can use thesend_requesttool:
- url: Target endpoint (e.g., "http://192.168.1.245:8000")
- method: HTTP method (default: "POST")
- payload: JSON data for POST/PUT or query params for GET
- headers: Optional HTTP headers
- timeout: Request timeout in seconds (default: 30)
Send a POST request to http://192.168.1.100:8080 with JSON payload {"action": "status"}
Manage local Whistle proxy servers through AI assistants, simplifying network debugging, API testing, and rule management.
MCP server for API documentation, supporting GraphQL, OpenAPI/Swagger, and gRPC from local files or remote URLs
A standalone proxy to connect STDIO-based MCP clients with HTTP (SSE) based MCP servers.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Tool platform by IBM to build, test and deploy tools for any data source
One remote MCP server for 500+ production APIs — Stripe, HubSpot, Postgres, Gmail, and more. OAuth and API key auth, credential management, and a CLI.
An MCP server for interacting with the Postman API, requiring an API key.
Proxyman MCP allows AI to inspect HTTP traffic, create debugging rules, and control Proxyman - all through natural language conversations.
Arbitrary code execution and tool-use platform for LLMs by Riza
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


