Back to MCP Servers

Typescribe

MCP server that provides Typescript API information efficiently to the agent to enable it to work with untrained APIs

developer-toolstypescriptapiaiagent

Installation

npx -y mcp-typescribe

Configuration

{
  "mcpServers": {
    "mcp-typescribe": {
      "command": "npx",
      "args": ["-y", "mcp-typescribe"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub