limitless-mcp-server
A Model Context Protocol server, client and interactive mode for Limitless API
Documentation
Limitless MCP Integration
This repository provides a minimal MCP server/client implementation for interacting with the Limitless Developer API (GET endpoint only). It demonstrates how to expose API endpoints as MCP tools and how to call them via a client using a single merged codebase.
Features
- MCP Server: Exposes a GET endpoint:
- `getLifelogs`: List lifelogs with optional query parameters.
- MCP Client: Connects to the server and calls the tools.
- Interactive Mode: Allows calling any tool with JSON parameters.
- Passes environment variables (including API key) to the spawned server.
Prerequisites
- Node.js v20 or higher (with native fetch support or a polyfill)
- npm
- A valid Limitless API key
Setup
1. Clone the repository and navigate into it.
2. Install dependencies:
npm ci3. Export your API key:
export LIMITLESS_API_KEY=your_api_key_hereBuild
Compile the TypeScript code:
npm run buildUsage
The merged implementation supports three modes:
- Server Mode: Runs the MCP server.
node build/index.js server- Client Mode: Spawns the server and calls the `getLifelogs` tool.
node build/index.js client- Interactive Mode: Launches an interactive client to call tools with JSON parameters.
node build/index.js interactiveReferences
License
This project is licensed under the MIT License.
Frequently asked questions
What is limitless-mcp-server?
limitless-mcp-server is A Model Context Protocol server, client and interactive mode for Limitless API
How do I install limitless-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is limitless-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/manueltarouca/limitless-mcp-server and has 14 stars.
Related MCP tools
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
MCP server that provides tools and resources for interacting with n8n API TypeScript-based implementation. Trusted by 1400+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP