M
MCP Demos
by @AppSecHQ
Example MCP servers for Claude Code - Python MCP news server & Node.js MCP weather server with configuration guides.
Created 10/25/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-demos
Cursor configuration (mcp.json)
{
"mcpServers": {
"appsechq-mcp-demos": {
"command": "uvx",
"args": [
"mcp-demos"
]
}
}
}