Boilerplate MCP Server
About
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.
Details
- Author
- jango-blockchained
- Downloads
- 260
- Categories
- Developer Tools
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Boilerplate MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"boilerplate mcp server": {
"personal-mcp-server": {
"command": "npx",
"args": [
"-y",
"aashari/boilerplate-mcp-server",
"--help"
]
}
}
}
}
McpServers
{
"personal-mcp-server": {
"command": "npx",
"args": [
"-y",
"aashari/boilerplate-mcp-server",
"--help"
]
}
}
Boilerplate MCP Server
A boilerplate Model Context Protocol (MCP) server implementation using TypeScript. This project demonstrates how to build a well-structured MCP server that exposes both tools and resources to AI applications like Claude Desktop. It serves as a starting point for developers building MCP-compatible servers with a focus on clean architecture, automated workflows, and easy deployment.
Core Features
- STDIO MCP Server: Designed for AI clients like Claude Desktop, providing tools and resources via the Model Context Protocol.
- CLI Support: Human-friendly command-line interface for the same functionality, making it easy to test and use directly.
- IP Address Lookup: Get details about any IP address or your current device's IP.
- Automated Release Management: GitHub Actions workflow for continuous integration, testing, and publishing to GitHub Packages.
Installation
Global Installation
You can install this package globally to use as a CLI tool:
npm install -g @aashari/boilerplate-mcp-server
After global installation, you can run the CLI commands directly:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





