Dimensions Analytics for Grok
ai.dimensions/analytics-mcp
Search and analyze Dimensions research data: publications, grants, researchers, patents, trials
client:Grok
transport:stdio
runtime:npm
Install Dimensions Analytics in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"analytics-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@digital-science-dsl/dimensions-analytics-mcp"
],
"env": {
"DIMENSIONS_API_KEY": "<DIMENSIONS_API_KEY>",
"DIMENSIONS_BASE_URL": "<DIMENSIONS_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