jons-mcp-typescript

jonmmease/jons-mcp-typescript
★ 0 stars Python 💻 Code/Dev Tools Updated 5d ago
MCP server providing TypeScript development capabilities via vtsls, Prettier, and ESLint
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jons-mcp-typescript": {
      "command": "uvx",
      "args": [
        "jons-mcp-typescript"
      ]
    }
  }
}

Or install with pip: pip install jons-mcp-typescript

README Excerpt

MCP server providing TypeScript development capabilities via vtsls, Prettier, and ESLint. - **TypeScript Language Server Integration** - Full LSP support via vtsls for code navigation, symbol information, and type checking - **Prettier Formatting** - Code formatting with automatic config resolution - **ESLint Linting** - Code linting with auto-fix support

Tools (20)

LOG_LEVELVTSLS_PATHcheck_allcheck_formattingdefinitiondiagnosticsdocument_symbolsfix_allformat_codeget_eslint_configget_prettier_configimplementationlint_codenewNamepreview_renamereferencesrestart_serversymbol_infotype_definitiontype_info_of_reference