rifatc
MCP Serverrifatcpublic

demo mcp

一个基于 TypeScript 的 Demo MCP 项目,用于展示与配置 MCP 客户端。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

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

  1. Clone the repository:

    git clone git@github.com:rifatc/demo-mcp.git
    cd demo-mcp
    
  2. Install dependencies:

    npm install
    
  3. 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>"
            }
        }
    }
}
image

Ensure the file is saved after making the changes.

Exposed Tools

The Demo MCP exposes the following tools:

  1. get_pitch

    • Description: Retrieves the marketing pitch associated with a specific campaign ID or SLUG in markdown format.
    • Input Schema:
      {
          "campaign_id": "string"
      }
      
  2. 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"
      }
      
  3. 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

1

Clone the repository

git clone https://github.com/rifatc/demo-mcp
2

Install dependencies

cd demo-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerrifatc
Repodemo-mcp
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation