Back to Browse

Type Atlas MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.

About

Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: 3 highly-trusted packages. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-tyler-mitchell-type-atlas": {
      "args": [
        "-y",
        "@type-atlas/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Type Atlas

Type Atlas gives coding agents editor-grade TypeScript, Markdown, and JSON navigation through the Model Context Protocol. It runs locally over stdio and uses the TypeScript project selected for each file, so definitions, references, diagnostics, code actions, and source ranges reflect the repository an agent is actually changing.

Install

Type Atlas requires Node.js 22.20 or newer. No global package installation is required.

Codex

codex mcp add type-atlas -- npx --yes @type-atlas/mcp@latest

Claude Code

claude mcp add --scope user type-atlas -- npx --yes @type-atlas/mcp@latest

VS Code

code --add-mcp '{"name":"type-atlas","command":"npx","args":["--yes","@type-atlas/mcp@latest"]}'

Other MCP clients

{
  "mcpServers": {
    "type-atlas": {
      "command": "npx",
      "args": ["--yes", "@type-atlas/mcp@latest"]
    }
  }
}

Native Windows

Clients that cannot launch the npx.cmd shim directly should invoke it through cmd:

codex mcp add type-atlas -- cmd /c npx --yes @type-atlas/mcp@latest
claude mcp add --scope user type-atlas -- cmd /c npx --yes @type-atlas/mcp@latest

For JSON configuration, use "command": "cmd" and "args": ["/c", "npx", "--yes", "@type-atlas/mcp@latest"].

Restart the MCP server after changing its configuration. Configurations using @latest start the current npm release; pin an exact version when reproducible tool behavior is more important than automatic upgrades.

What agents can do

Type Atlas exposes focused tools for:

  • folded and ranged reads across source, Markdown, and JSON files;
  • document and workspace symbol navigation;
  • definitions, implementations, references, callers, callees, hovers, and signature help;
  • diagnostics, code actions, formatting, imports, symbol renames, and file renames as reviewable patches;
  • package export and dependency-source exploration;
  • bounded workspace structure and behavior-oriented code retrieval.

Token-expanding detail remains opt-in where practical, and tool responses use workspace-relative paths so their locations can be applied directly.

Packages

Development

pnpm install
pnpm check
pnpm check:distribution

See CONTRIBUTING.md for the change and release process.

License

Apache-2.0

Reviews

No reviews yet

Be the first to review this server!

Type Atlas MCP Server - Editor-grade TypeScript, Markdown, and JSON intelligence | MCP Marketplace