VS Code Integration

VS Code Integration Guide

This guide explains how to configure VS Code to use the TomTom MCP Server for location-based queries.

Prerequisites

Setup

  1. Add the below config in .vscode/settings.json:
    1{
    2 "servers": {
    3 "tomtom-mcp": {
    4 "command": "npx",
    5 "args": ["-y", "@tomtom-org/tomtom-mcp@latest"],
    6 "env": {
    7 "TOMTOM_API_KEY": "<your_API_KEY>"
    8 }
    9 }
    10 }
    11}
  2. You can see the TomTom MCP tools in Copilot tools menu.
VS Code with TomTom MCP tools

Troubleshooting

  • Ensure TOMTOM_API_KEY is valid and active
  • Check that the MCP server is running
  • Review logs for connection errors