
demo mcp
一个基于 TypeScript 的 Demo MCP 项目,用于展示与配置 MCP 客户端。
Repository Info
About This Server
一个基于 TypeScript 的 Demo MCP 项目,用于展示与配置 MCP 客户端。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Demo MCP
Installation and Build Instructions
-
Clone the repository:
git clone git@github.com:rifatc/demo-mcp.git cd demo-mcp -
Install dependencies:
npm install -
Build the project:
npm run build
Configuration Instructions
As the MCP client we are using Claude desktop application. But you can use any other MCP client as well.
To configure the application, update the claude_desktop_config.json file located at:
~/Library/Application Support/Claude/claude_desktop_config.json
Add or update the configuration with the following content:
{
"mcpServers": {
"r-marvin": {
"command": "node",
"args": [
"absolute/path/to/demo-mcp/build/index.js"
],
"env": {
"BASE_API_URL": "<BASE_API_URL>"
}
}
}
}
Ensure the file is saved after making the changes.
Exposed Tools
The Demo MCP exposes the following tools:
-
get_pitch
- Description: Retrieves the marketing pitch associated with a specific campaign ID or SLUG in markdown format.
- Input Schema:
{ "campaign_id": "string" }
-
get_kiis
- Description: Retrieves the Key Investor Information Sheets (KIIS) for a specific campaign ID or SLUG in markdown format.
- Input Schema:
{ "campaign_id": "string" }
-
get_marketing_materials
- Description: Retrieves the marketing materials associated with a specific campaign ID or SLUG in markdown format.
- Input Schema:
{ "campaign_id": "string" }
Refer to the source code for detailed implementation and usage examples.
`
Quick Start
Clone the repository
git clone https://github.com/rifatc/demo-mcpInstall dependencies
cd demo-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.