Sends HTTP requests to endpoints on the local network.
An MCP server that sends HTTP requests to endpoints on your local network.
uv sync
uv run python3 main.py
Add this configuration to your Claude MCP settings:
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"
}
}
}
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
Once connected, you can use the send_request
tool:
Send a POST request to http://192.168.1.100:8080 with JSON payload {"action": "status"}
An AI voice toolkit with TTS, voice cloning, and video translation, now available as an MCP server for smarter agent integration.
An MCP server for X (Twitter) integration, allowing you to read timelines and engage with tweets.
Interact with the Google Blogger API to manage blogs, posts, and comments.
Interact with Slack workspaces to read and send messages directly through your AI assistant.
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.
Access the Waroom API through the Model Context Protocol.
A server for interacting with DingTalk workspaces using the Model Context Protocol.
An MCP server for integrating with the NATS messaging system.
Manage your X (Twitter) account using the Apex social media infrastructure. Requires an Apex API Key.
Read, search, and manage emails in Microsoft Outlook through a standardized interface.