← Back to browse

Science AI Journal MCP Server

Indexed by io.github.SelfPy

About

Academic peer-review, research-gap finding, journal recommender, and article writer tools.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSCIENCE_AI_API_KEY SCIENCE_AI_BASE_URL
Claude Code
claude mcp add --env SCIENCE_AI_API_KEY= --env SCIENCE_AI_BASE_URL= science-ai-mcp-server -- npx science-ai-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"science-ai-mcp-server","command":"npx","args":["science-ai-mcp-server"],"env":{"SCIENCE_AI_API_KEY":"","SCIENCE_AI_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "science-ai-mcp-server": {
      "command": "npx",
      "args": [
        "science-ai-mcp-server"
      ],
      "env": {
        "SCIENCE_AI_API_KEY": "",
        "SCIENCE_AI_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.