MCP.so
登录

Boilerplate MCP Server

@jango-blockchained

关于 Boilerplate MCP Server

A comprehensive TypeScript implementation of the Model Context Protocol (MCP) server with tools, resources, and prompts for LLM integration. Provides a robust foundation for building AI-powered applications with CLI support.

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

jango-blockchained

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "personal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aashari/boilerplate-mcp-server",
        "--help"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Boilerplate MCP Server?

It is a TypeScript-based MCP server boilerplate that provides IP address lookup tools and resources, designed for AI applications like Claude Desktop and Cursor AI. It serves as a starting point for developers building MCP-compatible servers.

How to use Boilerplate MCP Server?

Install globally via npm install -g @aashari/boilerplate-mcp-server or use directly with npx -y aashari/boilerplate-mcp-server. Configure it in Claude Desktop or Cursor AI by adding the server to the MCP configuration. Use the CLI commands like get-ip-details to fetch IP information.

Key features of Boilerplate MCP Server

  • STDIO MCP Server for AI clients
  • Human-friendly CLI for direct use
  • IP address lookup for current or specific IP
  • Automated release management with GitHub Actions
  • Global configuration file support
  • Easy setup with Claude Desktop and Cursor AI

Use cases of Boilerplate MCP Server

  • Fetch your current public IP details
  • Analyze any specific IP address (e.g., 8.8.8.8)
  • Use as a template for building custom MCP servers
  • Test MCP server functionality via CLI

FAQ from Boilerplate MCP Server

What is the Boilerplate MCP Server?

It is a TypeScript MCP server boilerplate that includes IP lookup tools and resources, designed to demonstrate MCP server development.

How do I install it?

You can install globally via npm (npm install -g @aashari/boilerplate-mcp-server) or use it directly with npx -y aashari/boilerplate-mcp-server.

How do I

评论

开发工具 分类下的更多 MCP 服务器