sciweave-mcp

desci-labs/sciweave-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
SciWeave MCP server — Claude connector for research paper search and AI-powered answers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sciweave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "desci-labs/sciweave-mcp"
      ]
    }
  }
}