SecretRichGarden/metasota-API-MCP
基于秘塔搜索api功能的mcp,去掉了原生的chat功能,因为官方功能就是一坨屎
Platform-specific configuration:
{
"mcpServers": {
"metasota-API-MCP": {
"command": "npx",
"args": [
"-y",
"metasota-API-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Metaso Search API, providing search and web reader tools over stdio.
基于秘塔搜索 API 的 MCP 服务器,通过 stdio 提供搜索与网页读取能力。
metaso_search: multi-scope search (webpage, document, paper, image, video, podcast)metaso_reader: read webpage content in markdown or jsonnpx config generator for Cherry Studio / Cursor / Claude / generic MCP clientsnpm install -g metaso-search-mcpgit clone https://github.com/SecretRichGarden/metasota-API-MCP.git
cd metasota-API-MCP
npm install
npm run buildModelScope/Smithery style (command: npx, args: [package]):
{
"mcpServers": {
"metaso-search-mcp": {
"command": "npx",
"args": ["metaso-search-mcp"],
"env": {
"METASO_API_KEY": "mk-你的API密钥"
}
}
}
}Local deployment (built from source, run dist/index.js) template:
{
"mcpServers": {
"metaso-search-mcp-local": {
"command": "node",
"args": ["E:\\\\Development\\\\metasota-API-MCP\\\\dist\\\\index.js"],
"env": {
"METASO_API_KEY": "mk-your-api-key"
}
}
}
}macOS/Linux path example:
{
"mcpServers": {
"metaso-search-mcp-local": {
"command": "node",
"args": ["/path/to/metasota-API-MCP/dist/index.js"],
"env": {
"METASO_API_KEY": "mk-your-api-key"
}
}
}
}Print config JSON:
npx -y -p metaso-search-mcp metaso-mcp-config --client generic --api-key mk-你的API密钥 --printWrite/merge into a target config file:
npx -y -p metaso-search-mcp metaso-mcp-config --client cherry --api-key mk-你的API密钥 --output ./mcp-config.jsonNotes:
--output will merge into existing mcpServers instead oLoading reviews...