Boilerplate MCP Server
@jango-blockchained
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"personal-mcp-server": {
"command": "npx",
"args": [
"-y",
"aashari/boilerplate-mcp-server",
"--help"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Developer Tools MCP servers
MCP Framework
QuantGeekDevThe Typescript MCP Framework
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Comments