szhshp/szhshp-mcp-server
3.1
If you are the rightful owner of szhshp-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a framework designed to facilitate seamless communication and integration between various applications and services using a standardized protocol.
szhshp-next-mcp
- Reference
Deploy
Usage
Add MCP config to your client:
"orchestration-mcp-exp": {
"url": "http://localhost:3001/arxiv/mcp",
"headers": {
"API_TOKEN": "YOUR_SECRET_TOKEN"
}
}
Debug
Setup Token
.env.local
API_TOKEN=YOUR_SECRET_TOKEN
Setup MCP Config
"your-server-name": {
"url": "http://localhost:3000/arxiv/mcp",
"headers": {
"API_TOKEN": "YOUR_SECRET_TOKEN"
}
}
# Run Server Option 1
npm run dev
# Run Server Option 2
vercel dev
# Inspector
npx @modelcontextprotocol/inspector@latest http://localhost:3000