Content
# LiteAPI MCP Server
## Run just the server for development
```
npm run dev
```
## Run server and inspector
```
npm run inspect
```
---
## Configure with Claude
```json
{
"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"
]
}
}
}
```
Connection Info
You Might Also Like
MarkItDown MCP
MarkItDown-MCP is a lightweight server for converting various URIs to Markdown.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
Continue
Continue is an open-source project for seamless server management.
semantic-kernel
Build and orchestrate intelligent AI agents with Semantic Kernel.
Github
The GitHub MCP Server connects AI tools to manage repositories, issues, and...
Playwright
A lightweight MCP server for browser automation using Playwright, enabling...