Science AI Journal MCP Server for Grok
io.github.selfpy/science-ai-mcp-server
Academic peer-review, research-gap finding, journal recommender, and article writer tools.
client:Grok
transport:stdio
runtime:npm
Install Science AI Journal MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"science-ai-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"science-ai-mcp-server"
],
"env": {
"SCIENCE_AI_API_KEY": "<SCIENCE_AI_API_KEY>",
"SCIENCE_AI_BASE_URL": "<SCIENCE_AI_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs