Skip to main content
Glama

Weibo MCP Server

package.json786 B
{ "name": "mcp-server-weibo", "version": "1.0.2", "description": "Model Context Protocol服务器,用于抓取微博用户信息、动态和搜索等功能", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-server-weibo": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "jest" }, "keywords": [ "weibo", "mcp", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.4", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.6", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Selenium39/mcp-server-weibo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server