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
By yWorks
Installation
npx -y mcp-typescribeConfiguration
{
"mcpServers": {
"mcp-typescribe": {
"command": "npx",
"args": ["-y", "mcp-typescribe"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes