mcp-test
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:
/llms.txt- ( AI )/llms-full.txt- PrimeVue/components/{component}.md- Markdown
primevue://llms-txt-https://primevue.org/llms/llms.txtprimevue://llms-full-txt-https://primevue.org/llms/llms-full.txtprimevue://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 ( ).
-
** :**
pnpm install pnpm run build -
** :**
pnpm start # pnpm run dev -
** :**
curl http://localhost:3000/health -
** MCP ** (. )
Claude Desktop (HTTP )
Linux
-
:mkdir -p ~/.config/Claude nano ~/.config/Claude/claude_desktop_config.json -
:
{
"mcpServers": {
"vue-prime-mcp": {
"url": "http://localhost:3000/mcp"
}
}
}
- , , Claude Desktop
macOS
-
:mkdir -p ~/Library/Application\ Support/Claude open ~/Library/Application\ Support/Claude/claude_desktop_config.json -
:
{
"mcpServers": {
"vue-prime-mcp": {
"url": "http://localhost:3000/mcp"
}
}
}
- , , Claude Desktop
Windows
- :
%APPDATA%\Claude\claude_desktop_config.json
- :
{
"mcpServers": {
"vue-prime-mcp": {
"url": "http://localhost:3000/mcp"
}
}
}
- , , 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 HTTPGET /mcp- ( GET )GET /health- Health check endpointGET /- /
** :** . 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.txtllms-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 endpointhttps://your-project.vercel.app/api/health- Health check
: stateless - .
MIT