Dimensions Analytics
Search and analyze Dimensions research data: publications, grants, researchers, patents, trials
Links
README
From the repo.
Dimensions Analytics MCP
Connect Cursor, Claude Desktop, VS Code, and other MCP clients to Dimensions research data.
Dimensions Analytics MCP lets your AI assistant search publications, grants, researchers, reports, source titles, and more; find topic-similar documents from an abstract; run analytics and trends; look up DOIs and Dimensions IDs; and explore the live Dimensions schema — all through natural language in tools your client already supports.
After a short install, you configure your MCP client once, restart the app, and use dimensions like any other integration. Example prompts and workflows are in docs/USAGE.md.
Prerequisites
- Node.js 20+ — required for the guided installer and manual setup; Claude Desktop supplies its own Node runtime for the extension
- Dimensions API key — from your Dimensions account (same key as the Dimensions DSL API)
Don’t have an API key yet? Request a demo or quote here.
Quick install
Claude Desktop (macOS or Windows): download the latest extension, then open Settings → Extensions → Advanced settings → Install Extension… and select the file. Enter your API key in the extension settings. See installation details.
Other MCP clients: use the guided installer below.
Mac / Linux — paste in Terminal:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/digital-science/dimensions-analytics-mcp/main/scripts/install.sh)"
Windows — paste in PowerShell:
irm https://raw.githubusercontent.com/digital-science/dimensions-analytics-mcp/main/scripts/install.ps1 | iex
The installer checks Node.js, downloads Dimensions Analytics MCP, asks for your API key and, if needed, a custom instance URL, and configures Claude Desktop, Cursor, VS Code (Copilot), or Windsurf. Full details: Installation.
No GitHub token is required. The installer downloads @digital-science-dsl/dimensions-analytics-mcp from npm.
Custom Dimensions instance: If you log in at a URL other than https://app.dimensions.ai (for example https://your-instance.dimensions.ai), you must set DIMENSIONS_BASE_URL to that URL. A key from a custom instance fails with 401 Unauthorized against the standard host. The installer asks for this; for manual config:
"env": {
"DIMENSIONS_API_KEY": "your-api-key",
"DIMENSIONS_BASE_URL": "https://your-instance.dimensions.ai"
}
When done, restart your AI app and look for dimensions in MCP settings. Guided prefix installs update themselves for same-major npm releases; other install methods log an upgrade warning. Details: Updating.
Using Dimensions in chat
Once connected, ask your assistant to search publications, grants, researchers, reports, journals, run analytics, or look up a DOI.
Tool reference: docs/USAGE.md.
More documentation
- Installation — guided installer and manual setup
- Usage guide — workflows for AI assistants
- Reference — names, env vars, rate limits, schema cache
- MCP field aliases — field name shortcuts accepted by search tools
Package: @digital-science-dsl/dimensions-analytics-mcp on npm.
License
MIT
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.