mcp-server

liteapi-travel/mcp-server

3.2

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

LiteAPI MCP Server is a development tool designed to facilitate the creation and management of model context protocol servers.

LiteAPI MCP Server

Run just the server for development

npm run dev

Run server and inspector

npm run inspect

Configure with Claude

{
  "mcpServers": {
    "liteapi": {
      "command": "/Users/YOUR_USER/.nvm/versions/node/v18.18.2/bin/node",
      "cwd": "/Users/YOUR_USER/mcp-server",
      "args": [
        "/Users/YOUR_USER/mcp-server/dist/index.js"
      ]
    }
  }
}