mcpServer
0
my-mcp-server is an MCP server developed using the mcp-framework. It allows for custom tool creation and is designed to be integrated with Claude Desktop. It supports local development and npm publishing for broader deployment.
my-mcp-server
A Model Context Protocol (MCP) server built with mcp-framework.
Quick Start
- Install dependencies
- Build the project
Project Structure
- Source and tool directories
Adding Components
- Example tool in
src/tools/ExampleTool.ts
- Add more tools using CLI
Tool Development
- Create custom tools using MCPTool
Publishing to npm
- Steps for publishing and testing locally
Using with Claude Desktop
- Configuration for local development and after publishing
Building and Testing
- Make changes, build, and run the server