m

mcp-test

@vwinterdev/mcp-test
0 Stars 4 次浏览 vwinterdev 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "vue-prime-mcp": {
      "url": "http://192.168.1.100:3000/mcp"
    }
  }
}

服务介绍

Vue Prime MCP Server

MCP PrimeVue Model Context Protocol.

    PrimeVue:
  1. /llms.txt - ( AI )
  2. /llms-full.txt - PrimeVue
  3. /components/{component}.md - Markdown

  • primevue://llms-txt - https://primevue.org/llms/llms.txt
  • primevue://llms-full-txt - https://primevue.org/llms/llms-full.txt
  • primevue://component/{componentName} - https://primevue.org/llms/components/{component}.md

get-primevue-component

PrimeVue   Markdown.

:

  • componentName (string) - (: "menu", "button", "datatable")

:

{
  "componentName": "menu"
}

: https://primevue.org/llms/components/menu.md

get-primevue-llms-txt

  PrimeVue.

:

: https://primevue.org/llms/llms.txt

get-primevue-llms-full-txt

PrimeVue.

:

: https://primevue.org/llms/llms-full.txt

search-primevue-docs

 PrimeVue     .

:

  • query (string) -

:

{
  "query": "Button component"
}

primevue-help

  PrimeVue.

:

  • topic (string, ) -

pnpm install

pnpm run build

pnpm run dev

pnpm start

MCP

: HTTP ()

HTTP 3000 ( ).

  1. ** :**

    pnpm install
    pnpm run build
    
  2. ** :**

    pnpm start
    #   
    pnpm run dev
    
  3. ** :**

    curl http://localhost:3000/health
    
  4. ** MCP ** (. )

Claude Desktop (HTTP )

Linux

  1. :
    
    mkdir -p ~/.config/Claude
    nano ~/.config/Claude/claude_desktop_config.json
    
  2. :

{
  "mcpServers": {
    "vue-prime-mcp": {
      "url": "http://localhost:3000/mcp"
    }
  }
}
  1. , , Claude Desktop

macOS

  1. :
    
    mkdir -p ~/Library/Application\ Support/Claude
    open ~/Library/Application\ Support/Claude/claude_desktop_config.json
    
  2. :

{
  "mcpServers": {
    "vue-prime-mcp": {
      "url": "http://localhost:3000/mcp"
    }
  }
}
  1. , , Claude Desktop

Windows

  1. :
%APPDATA%\Claude\claude_desktop_config.json
  1. :
{
  "mcpServers": {
    "vue-prime-mcp": {
      "url": "http://localhost:3000/mcp"
    }
  }
}
  1. , , Claude Desktop

 ,  IP :
{
  "mcpServers": {
    "vue-prime-mcp": {
      "url": "http://192.168.1.100:3000/mcp"
    }
  }
}

  :
PORT=8080 HOST=0.0.0.0 pnpm start

Endpoints

  • POST /mcp - MCP endpoint Streamable HTTP
  • GET /mcp - ( GET )
  • GET /health - Health check endpoint
  • GET / - /

** :** . CONNECTION.md

PrimeVue

 PrimeVue:
  • llms.txt: https://primevue.org/llms/llms.txt - AI
  • llms-full.txt: https://primevue.org/llms/llms-full.txt -
  • Component Markdown: https://primevue.org/llms/components/{component}.md - Markdown

.md URL Markdown .

  :
  • llms.txt
  • llms-full.txt

TypeScript JavaScript. src/, - dist/.

Vercel

 Vercel.   .  [VERCEL.md](./VERCEL.md).

#  Vercel CLI
npm i -g vercel

# 
vercel login

# 
vercel --prod

endpoints :

  • https://your-project.vercel.app/api/mcp - MCP endpoint
  • https://your-project.vercel.app/api/health - Health check

: stateless - .

MIT

相关 MCP 服务