mcp-server
0
my-mcp-server is an MCP server utilizing the mcp-framework, designed to create and manage tools that can be integrated into other applications like Claude Desktop. It focuses on facilitating seamless server management and deployment through npm.
my-mcp-server
A Model Context Protocol (MCP) server built with mcp-framework.
Quick Start
- Install dependencies
- Build the project
Project Structure
src/tools/ExampleTool.ts
: Example tool
Adding Components
- Add new tools using the CLI.
Tool Development
- Structure and implement tools using MCPTool class.
Publishing to npm
- Update package.json, build, login to npm, publish package.
Using with Claude Desktop
- Configure Claude Desktop to use the server for local development and after publishing.