Skip to content

Repository files navigation

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

Don’t have an API key yet? Request a demo or quote here.

Quick install

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

Package: @digital-science-dsl/dimensions-analytics-mcp on npm.

License

MIT

About

Dimensions Analytics MCP Server

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages