Local Network Request MCP Server
Sends HTTP requests to endpoints on the local network.
Local Network Request MCP Server
An MCP server that sends HTTP requests to endpoints on your local network.
Features
- 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
Setup
- Install dependencies:
uv sync
- Test the server:
uv run python3 main.py
Connecting to Claude
Add this configuration to your Claude MCP settings:
Using Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"local-network-requests": {
"command": "uv",
"args": ["run", "python3", "/absolute/path/to/main.py"],
"cwd": "/Users/kazikgolinski/Documents/Projekty_priv/MPCtoAPI"
}
}
}
Using Claude CLI
Add the MCP server:
claude mcp add local-network-requests uv run python3 /Users/kazikgolinski/Documents/Projekty_priv/MPCtoAPI/main.py
Or find your uv path and use it:
which uv
claude mcp add local-network-requests /full/path/to/uv run python3 /Users/kazikgolinski/Documents/Projekty_priv/MPCtoAPI/main.py
Usage
Once connected, you can use the send_request tool:
- 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)
Example
Send a POST request to http://192.168.1.100:8080 with JSON payload {"action": "status"}
संबंधित सर्वर
VRChat MCP OSC
A bridge between AI assistants and VRChat using MCP and OSC, enabling AI-driven avatar control and interactions in virtual reality.
Telegram MCP Server
Interact with a Telegram account using the user client API, allowing AI assistants to manage chats and messages.
WeChat Official Account MCP Server (Go)
A high-performance Go server for managing WeChat Official Accounts, supporting drafts, publishing, and material management.
Discord MCP Server
Enables AI assistants to send notifications and request user input through Discord.
Microsoft Teams MCP
Interact with Microsoft Teams to read, create, and reply to messages, and mention members.
Postproxy
Publish to multiple social networks with only one MCP
Whasapo
WhatsApp MCP server written in Go. Send and read WhatsApp messages from Claude, OpenClaw, or any MCP-compatible client. Single binary, no runtime dependencies.
MCP IDE Bridge
An open-source messaging server for client-to-client communication using MCP HTTP Streamable messaging.
CData Slack MCP Server
A read-only MCP server for Slack by CData, enabling LLMs to query live Slack data. Requires the CData JDBC Driver for Slack.
Warpcast
An MCP server for interacting with the Warpcast social network.