my-mcp-server logo

my-mcp-server

by zaruous

A Model Context Protocol (MCP) server built with mcp-framework. It allows you to create and integrate custom tools with the Claude Desktop application.

View on GitHub

Last updated: N/A

What is my-mcp-server?

my-mcp-server is an MCP (Model Context Protocol) server built using the mcp-framework. It provides a way to extend the functionality of the Claude Desktop application by creating and integrating custom tools.

How to use my-mcp-server?

To use my-mcp-server, you need to install the dependencies, build the project, and then configure Claude Desktop to use your server, either locally or after publishing to npm. You can add new tools using the provided CLI command mcp add tool <tool-name>. Configuration involves modifying the claude_desktop_config.json file.

Key features of my-mcp-server

  • Built with mcp-framework

  • Easy tool creation via CLI

  • Integration with Claude Desktop

  • Support for local development and npm publishing

Use cases of my-mcp-server

  • Data processing tools for Claude

  • API clients for interacting with external services

  • File handling tools for managing files

  • Custom workflows within Claude Desktop

FAQ from my-mcp-server

How do I add a new tool?

Use the command mcp add tool <tool-name>.

Where is the Claude Desktop config file located?

MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%/Claude/claude_desktop_config.json

How do I test my server locally?

Run npm link after building, then execute your server's command (e.g., my-mcp-server).

What is MCP?

MCP stands for Model Context Protocol, a framework for extending the functionality of language models and related applications.

Where can I find more information about the MCP framework?