Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksTypeScriptApache-2.0Updated today
Install in Claude Code / Claude Desktop
Method: NPX · --yes
Claude Code CLI
claude mcp add type-atlas -- npx -y --yes
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "type-atlas": {
      "command": "npx",
      "args": ["-y", "--yes"]
    }
  }
}
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.
Use cases

MCP Servers overview

# 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

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

### Claude Code

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

### VS Code

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

### Other MCP clients

```json
{
  "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`:

```powershell
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

- [`@type-atlas/mcp`](packages/mcp) is the installable MCP server.
- [`@type-atlas/core`](packages/core) is the headless code-intelligence API.
- [`@type-atlas/language-server`](packages/language-server) is the Volar-based
  language server used by the core package.

## Development

```sh
pnpm install
pnpm check
pnpm check:distribution
```

See [CONTRIBUTING.md](CONTRIBUTING.md) for the change and release process.

## License

Apache-2.0
code-intelligencecoding-agentsmcpmodel-context-protocoltypescriptvolar

What people ask about type-atlas

What is tyler-mitchell/type-atlas?

+

tyler-mitchell/type-atlas is mcp servers for the Claude AI ecosystem. Editor-grade TypeScript, Markdown, and JSON code intelligence for coding agents over MCP. It has 0 GitHub stars and was last updated today.

How do I install type-atlas?

+

You can install type-atlas by cloning the repository (https://github.com/tyler-mitchell/type-atlas) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is tyler-mitchell/type-atlas safe to use?

+

tyler-mitchell/type-atlas has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains tyler-mitchell/type-atlas?

+

tyler-mitchell/type-atlas is maintained by tyler-mitchell. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to type-atlas?

+

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

Deploy type-atlas 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: tyler-mitchell/type-atlas
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tyler-mitchell-type-atlas)](https://claudewave.com/repo/tyler-mitchell-type-atlas)
<a href="https://claudewave.com/repo/tyler-mitchell-type-atlas"><img src="https://claudewave.com/api/badge/tyler-mitchell-type-atlas" alt="Featured on ClaudeWave: tyler-mitchell/type-atlas" width="320" height="64" /></a>

More MCP Servers

type-atlas alternatives