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"}
相關伺服器
SimpleChatJS
A lightweight AI chat application with MCP support, built with pure JavaScript and Node.js.
X (Twitter)
Enhanced MCP server for Twitter/X with OAuth 2.0 support, v2 API media uploads, smart v1.1 fallbacks, and comprehensive rate limiting. Post tweets with text/media, search, and delete tweets programmatically.
Discord MCP
An MCP server for the Discord API, enabling seamless integration of Discord bots with MCP-compatible applications.
notify-mcp
A lightweight Bash-based MCP server for sending desktop notifications via notify-send.
Infobip MCP servers
Enables seamless integration with communication platform that allows you to reach your customers globally across any channel.
MCP Evolution API
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.
Gmail MCP Server
Allows AI agents to search Gmail threads, learn your writing style, and draft emails.
Multi Chat MCP Server (Google Chat)
Connect AI assistants like Cursor to Google Chat and beyond — enabling smart, extensible collaboration across chat platforms.
Instantly
Manage email campaigns and leads using the Instantly.ai v2 API.
AllVoiceLab
An AI voice toolkit with TTS, voice cloning, and video translation, now available as an MCP server for smarter agent integration.