Skip to main content
ClaudeWave
digital-science avatar
digital-science

dimensions-analytics-mcp

View on GitHub

Dimensions Analytics MCP Server

MCP ServersOfficial Registry6 stars0 forksTypeScriptUpdated yesterday
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
  • !Install pipes a remote script into a shell (curl | sh)
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/digital-science/dimensions-analytics-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "dimensions-analytics-mcp": {
      "command": "node",
      "args": ["/path/to/dimensions-analytics-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/digital-science/dimensions-analytics-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Dimensions Analytics MCP

Connect [Cursor](https://cursor.com), [Claude Desktop](https://claude.ai), VS Code, and other MCP clients to [Dimensions](https://www.dimensions.ai/) 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](./docs/USAGE.md)**.

## Prerequisites

- **[Node.js 20+](https://nodejs.org/)** — required for the local stdio server (the installer can help you install it)
- **[Dimensions API key](https://app.dimensions.ai/account/settings/general)** — from your [Dimensions](https://www.dimensions.ai/) account (same key as the [Dimensions DSL API](https://docs.dimensions.ai/dsl/))

Don’t have an API key yet? [Request a demo or quote here](https://www.dimensions.ai/request-a-demo-or-quote/).

## Quick install

**Mac / Linux** — paste in Terminal:

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/digital-science/dimensions-analytics-mcp/main/scripts/install.sh)"
```

**Windows** — paste in PowerShell:

```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](./docs/INSTALLATION.md)**.

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:

```json
"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](./docs/INSTALLATION.md#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](./docs/USAGE.md#all-mcp-tools).

## More documentation

- [Installation](./docs/INSTALLATION.md) — guided installer and manual setup
- [Usage guide](./docs/USAGE.md) — workflows for AI assistants
- [Reference](./docs/REFERENCE.md) — names, env vars, rate limits, schema cache
- [MCP field aliases](./docs/MCP_FIELD_ALIASES.md) — field name shortcuts accepted by search tools

Package: [`@digital-science-dsl/dimensions-analytics-mcp`](https://www.npmjs.com/package/@digital-science-dsl/dimensions-analytics-mcp) on npm.

## License

MIT

What people ask about dimensions-analytics-mcp

What is digital-science/dimensions-analytics-mcp?

+

digital-science/dimensions-analytics-mcp is mcp servers for the Claude AI ecosystem. Dimensions Analytics MCP Server It has 6 GitHub stars and its last recorded update is dated 2026-09-21.

How do I install dimensions-analytics-mcp?

+

You can install dimensions-analytics-mcp by cloning the repository (https://github.com/digital-science/dimensions-analytics-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is digital-science/dimensions-analytics-mcp safe to use?

+

Our security agent has analyzed digital-science/dimensions-analytics-mcp and assigned a Trust Score of 54/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains digital-science/dimensions-analytics-mcp?

+

digital-science/dimensions-analytics-mcp is maintained by digital-science. The last recorded GitHub activity is dated 2026-09-21, with 1 open issues.

Are there alternatives to dimensions-analytics-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy dimensions-analytics-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: digital-science/dimensions-analytics-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/digital-science-dimensions-analytics-mcp)](https://claudewave.com/repo/digital-science-dimensions-analytics-mcp)
<a href="https://claudewave.com/repo/digital-science-dimensions-analytics-mcp"><img src="https://claudewave.com/api/badge/digital-science-dimensions-analytics-mcp" alt="Featured on ClaudeWave: digital-science/dimensions-analytics-mcp" width="320" height="64" /></a>