MCP CLI
Serves as the foundation framework for building the MCP server, providing the underlying architecture for hosting resources, tools, and prompts that can be exposed to LLM clients.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP CLIcreate a new server with name 'weather-api' and version '2.1.0'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP CLI
A command-line interface for creating and running Model Context Protocol (MCP) servers.
Overview
MCP CLI is a tool that makes it easy to create and run MCP servers that can expose resources, tools, and prompts to LLM clients. It's built with NestJS and Commander.js, and uses the official MCP TypeScript SDK.
Related MCP server: MCP TypeScript SDK
Installation
# Clone the repository
git clone https://github.com/yourusername/mcp-cli.git
cd mcp-cli
# Install dependencies
npm install
# Build the project
npm run build
# Link the CLI globally (optional)
npm linkUsage
Creating a Basic MCP Server
# Using npx
npx mcp-cli create-server
# Or if globally linked
mcp-cli create-serverOptions:
-n, --name <name>- Server name (default: "example-server")-v, --version <version>- Server version (default: "1.0.0")
Features
The basic MCP server includes:
Resources
Static server information resource
Dynamic echo resource
Tools
Calculator tool (add, subtract, multiply, divide)
Text processing tool (uppercase, lowercase, reverse, count)
Prompts
Greeting prompt
Team greeting prompt with completable arguments
Extending the CLI
See CONTRIBUTING.md and CLAUDE.md for information on how to extend the CLI with new commands and MCP components.
License
This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.
Acknowledgments
This server cannot be deployed
Maintenance
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Python implementation of the Model Context Protocol that allows applications to provide standardized context for LLMs, enabling creation of servers that expose data and functionality to LLM applications through resources, tools, and prompts.MIT
- AlicenseNot gradedqualityDmaintenanceA toolkit for building Model Context Protocol servers and clients that provide standardized context for LLMs, allowing applications to expose resources, tools, and prompts through stdio or Streamable HTTP transports.40,131,965 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server built with FastMCP that features dynamic tool loading and modular management via a dedicated tool directory. It supports both stdio and HTTP transport modes, enabling efficient development and deployment of custom MCP tools.-
- AlicenseNot gradedqualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.MIT