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.
基本情報
設定
以下の設定を使って、このサーバーを 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
「開発者ツール」の他のコンテンツ
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Huoshan Test
volcengineStakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
コメント