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"}
İlgili Sunucular
Slack MCP Server
Access Slack DMs, channels, and messages from Claude. Browser token auth - no OAuth needed.
Slack Notify
Send notifications to Slack using OAuth bot tokens.
Perplexity Chat
An MCP server for the Perplexity API to query responses and manage conversations.
Python LINE MCP Server
An MCP server for accessing and interacting with LINE Bot messages.
Didlogic MCP Server
Interact with the Didlogic API for telecommunication services, including virtual phone numbers and SMS.
Mailinator MCP Server
Free disposable email for AI—check any @mailinator.com inbox, retrieve messages in multiple formats, and extract verification codes for automated workflows.
aiogram-mcp
MCP server for Telegram bots built with aiogram. 30 tools, 7 resources, 3 prompts — messaging, rich media, moderation, interactive keyboards, real-time event streaming, rate limiting, permissions, and audit logging.
Gmail MCP
An MCP server for interacting with your Gmail account using AI assistants.
WhatsApp Web MCP
Connects AI models to WhatsApp Web using the Model Context Protocol (MCP) to automate and enhance interactions.
Twitter MCP Server
A server for interacting with Twitter, allowing you to post tweets, read timelines, and manage your account through the MCP standard.