mcpbeat

Science AI Journal MCP Server

io.github.SelfPy/science-ai-mcp-server
local only

Science AI Journal MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm.

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

Installs per day peak 24 · avg 8 · -28% w/w
a month agotoday
48
Installs / week
npm · science-ai-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add science-ai-mcp-server -- npx -y science-ai-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "science-ai-mcp-server": {
      "args": [
        "-y",
        "science-ai-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.science-ai-mcp-server]
command = "npx"
args = ["-y", "science-ai-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "science-ai-mcp-server": {
      "args": [
        "-y",
        "science-ai-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "science-ai-mcp-server": {
      "args": [
        "-y",
        "science-ai-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Science AI Journal MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Science AI Journal MCP Server?
Science AI Journal MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package science-ai-mcp-server was installed 48 times last week.
How do I connect Science AI Journal MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls science-ai-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Science AI Journal MCP Server?
The npm package science-ai-mcp-server was installed 48 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.