Limitless MCP Server
Provides advanced analysis of conversations from Limitless Pendant recordings, including intelligent meeting detection, action item extraction, natural language time queries, and comprehensive conversation analytics with smart pagination support.
README
Limitless MCP Server - Enhanced
Overview
A model context protocol (MCP) server that provides advanced analysis of conversations from Limitless Pendant recordings, with intelligent meeting detection, action item extraction, and comprehensive analytics.
What's New in v0.13.0
- Complete Pagination Support: ALL tools now properly handle large datasets with pagination
- Removed Legacy Features: Cleaned up speech vitality tools to focus on core functionality
- Fixed Remaining Tools: Meeting detection, action items, transcripts, and detailed analysis all use pagination
- Improved Performance: Consistent 10-item API limit across all tools for optimal performance
Previous Updates (v0.12.0)
- Enhanced Token Limit Handling: More aggressive truncation for oversized responses
- Fixed Search Tool:
limitless_search_lifelogsnow properly handles token limits - Improved Response Safety: Pre-emptive array truncation before token estimation
- Better Error Prevention: All tools now use safe response wrapper consistently
Previous Updates (v0.11.0)
- Token Limit Solution: Smart pagination and response chunking to handle large datasets
- New Full Transcript Tool:
limitless_get_full_transcriptfetches complete data with automatic pagination - Enhanced Pagination: All list tools now support cursor-based pagination to avoid token limits
- Intelligent Response Handling: Automatic detection and handling of oversized responses
- Multiple Output Formats: Summary, full data, or transcript-only modes for flexibility
Previous Updates (v0.9.0)
- Starred Lifelog Support: Filter and identify important conversations marked with stars
- Enhanced Error Messages: More specific error handling with detailed context
- Improved Timezone Handling: Robust fallback mechanism for timezone detection
- Updated Timestamps: Track when lifelogs were last modified with
updatedAtfield - Full API Parity: Now supports 100% of official Limitless API parameters
Key Features
- Intelligent Meeting Detection: Automatically identifies meetings from conversations
- Action Item Extraction: Finds tasks and commitments with context
- Natural Language Time Queries: Use expressions like "yesterday", "last week"
- Advanced Search: Find conversations across all history with relevance scoring
- Daily Summaries: Comprehensive analysis with participants and key topics
- Speaker Analytics: Detailed analysis of conversations with specific people
- Smart Pagination: Handles large datasets without token limit issues
- Raw Transcript Access: Get exact transcripts for further AI processing
Installation
npm install -g 199bio-mcp-limitless-server
Usage
Claude Desktop Configuration
Add to your Claude Desktop MCP settings:
{
"mcpServers": {
"limitless": {
"command": "npx",
"args": ["199bio-mcp-limitless-server"],
"env": {
"LIMITLESS_API_KEY": "your-api-key-here"
}
}
}
}
Available Tools
Advanced Analysis Tools
- Natural Time Queries:
limitless_get_by_natural_time - Meeting Detection:
limitless_detect_meetings - Action Item Extraction:
limitless_extract_action_items - Detailed Transcripts:
limitless_get_raw_transcript - Daily Summaries:
limitless_get_daily_summary - Full Transcript Fetcher:
limitless_get_full_transcript(NEW in v0.11.0)
Handling Large Datasets (v0.11.0)
The MCP server now intelligently handles large datasets that would exceed Claude's token limits:
Pagination Support
All list tools now support cursor-based pagination:
# First request
limitless_list_lifelogs_by_date(date="2025-07-24", limit=10)
# Returns: 10 items + cursor
# Next page
limitless_list_lifelogs_by_date(date="2025-07-24", limit=10, cursor="next_page_cursor")
Full Transcript Tool
For complete data without manual pagination:
limitless_get_full_transcript(date="2025-07-24", format="transcript_only")
Formats available:
summary: Key information only (default)full: Complete data including all fieldstranscript_only: Just the transcript text
API Reference
Core Types
interface Lifelog {
id: string;
title?: string;
markdown?: string;
startTime: string;
endTime: string;
contents?: LifelogContentNode[];
isStarred?: boolean; // NEW: Whether this lifelog is starred
updatedAt?: string; // NEW: When this lifelog was last updated
}
interface LifelogParams {
// ... existing params ...
isStarred?: boolean; // NEW: Filter for starred lifelogs only
batch_size?: number; // NEW: Configurable batch size for performance tuning
}
Development
Building from Source
git clone https://github.com/199-biotechnologies/mcp-limitless-enhanced.git
cd mcp-limitless-enhanced
npm install
npm run build
Testing
# Test with real API data
LIMITLESS_API_KEY=your-key npm run dev
Contributing
We welcome contributions that improve the functionality and reliability of this MCP server.
License
MIT License - see LICENSE file for details.
Troubleshooting
Common Issues
"Claude hit max length" message
This message comes from Claude Desktop's UI when responses are too long or the conversation context is filling up. It's NOT related to:
- The MCP server functionality
- Your Claude account tier (free/paid)
- Limitless API limits
Solution: Start a new conversation or ask for shorter responses.
Server crashes with "Unexpected end of JSON input"
This happens when non-JSON data is sent to the server. MCP servers use JSON-RPC over stdio, not HTTP.
Common mistake: Trying to connect with HTTP clients, browsers, or curl. Solution: Use Claude Desktop or a proper MCP client.
Cannot connect via HTTP/Browser/ngrok
MCP servers are NOT HTTP servers. They communicate via JSON-RPC over stdin/stdout.
Wrong: curl http://localhost:8008
Right: Configure in Claude Desktop's MCP settings
No data returned from queries
As of March 2025, the Limitless API primarily surfaces data from the Limitless Pendant. Ensure:
- Your Pendant is actively recording
- You have recent conversation data
- Your API key has proper permissions
Understanding MCP Servers
What MCP servers ARE:
- JSON-RPC services that communicate over stdio
- Designed for Claude Desktop and MCP-compatible clients
- Tools that extend AI assistant capabilities
What MCP servers are NOT:
- HTTP/REST APIs
- Web servers
- Browser-accessible services
- Standalone applications with UIs
If you need HTTP access to Limitless data:
- Use the Limitless API directly
- Create a separate HTTP wrapper service
- Use the official Limitless web interface
Support
- Issues: GitHub Issues
- Documentation: Scientific Documentation
- Contact: boris@199longevity.com
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。