StanLee12/get-ip-mcp-server
If you are the rightful owner of get-ip-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server built with mcp-framework.
The get-ip-mcp-server is a Model Context Protocol (MCP) server designed to facilitate the development and deployment of tools using the mcp-framework. It provides a structured environment for creating, managing, and executing tools that can be integrated into various platforms, such as Claude Desktop. The server is built with TypeScript and offers a modular architecture, allowing developers to easily add new tools and extend functionality. The project includes a sample tool and provides a command-line interface (CLI) for adding additional tools. It supports local development and testing, as well as publishing to npm for broader distribution.
Features
- Modular Architecture: Easily add and manage tools using a structured project layout.
- CLI Support: Use the command-line interface to add new tools quickly.
- TypeScript Integration: Leverage TypeScript for type safety and better code management.
- Local and Remote Deployment: Test locally and publish to npm for wider use.
- Claude Desktop Integration: Seamlessly integrate with Claude Desktop for enhanced functionality.
Usages
local development with Claude Desktop
{ "mcpServers": { "get-ip-mcp-server": { "command": "node", "args": ["/absolute/path/to/get-ip-mcp-server/dist/index.js"] } } }
after publishing with Claude Desktop
{ "mcpServers": { "get-ip-mcp-server": { "command": "npx", "args": ["get-ip-mcp-server"] } } }