M
MCP Server Example
by @bossdong955
获取前 N 条微博热搜的 MCP 服务示例,基于 `fastmcp` 构建,内置 **Stdio、本地 SSE、Streamable HTTP** 三种运行脚本,适配本地和远程多端场景。
Created 11/25/2025
Updated 21 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx mcp-server-example
Cursor configuration (mcp.json)
{
"mcpServers": {
"bossdong955-mcp-server-example": {
"command": "uvx",
"args": [
"mcp-server-example"
]
}
}
}
Author Servers
Other servers by bossdong955