Neptime MCP Server
Integrates with the Neptime.io video platform, providing 39 tools for video management, uploads, channels, playlists, comments, articles, and more via the Model Context Protocol.
README
Neptime MCP Server
MCP (Model Context Protocol) server for Neptime.io video platform API integration.
Features
This MCP server provides 39 tools for interacting with the Neptime.io API:
Videos
- List, search, and get trending videos
- Get video details
- Update and delete your videos
- Rate videos (like/dislike)
Video Uploads
- Upload videos through Neptime.io's live multipart upload endpoint
- Supports local file paths or base64-encoded video bytes
- Optional thumbnail, category, privacy, age restriction, and short-form flags
Channels
- Get channel information
- Get channel videos
- Subscribe/unsubscribe from channels
- View your subscriptions
Playlists
- Create, update, and delete playlists
- Add/remove videos from playlists
- View playlist details
Comments
- Get video comments
- Post comments on videos
- Get and post article comments when supported by the Neptime API
- Delete your comments
- Rate comments
Articles
- List and get articles
- Create, update, and delete articles
History & Watch Later
- View watch history
- Clear watch history
- Manage watch later list
Categories
- Get all categories
- Get videos by category
Reports
- Report videos for violations
Installation
npm install -g neptime-mcp-server
Or run directly with npx:
npx neptime-mcp-server
Configuration
Get Your API Key
- Go to https://neptime.io/settings/api_keys
- Create a new API key with the required scopes
- Copy the API key
Environment Variable
Set the NEPTIME_API_KEY environment variable:
export NEPTIME_API_KEY="your-api-key-here"
MCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"neptime": {
"command": "npx",
"args": ["neptime-mcp-server"],
"env": {
"NEPTIME_API_KEY": "your-api-key-here"
}
}
}
}
Or if installed globally:
{
"mcpServers": {
"neptime": {
"command": "neptime-mcp-server",
"env": {
"NEPTIME_API_KEY": "your-api-key-here"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
neptime_list_videos |
List videos with pagination and sorting |
neptime_search_videos |
Search for videos by keyword |
neptime_trending_videos |
Get trending videos |
neptime_get_video |
Get video details |
neptime_update_video |
Update a video you own |
neptime_delete_video |
Delete a video you own |
neptime_rate_video |
Like or dislike a video |
neptime_get_channel |
Get channel information |
neptime_get_channel_videos |
Get videos from a channel |
neptime_subscribe |
Subscribe to a channel |
neptime_unsubscribe |
Unsubscribe from a channel |
neptime_get_subscriptions |
Get your subscriptions |
neptime_get_playlists |
Get your playlists |
neptime_get_playlist |
Get playlist details |
neptime_create_playlist |
Create a new playlist |
neptime_update_playlist |
Update a playlist |
neptime_delete_playlist |
Delete a playlist |
neptime_add_video_to_playlist |
Add video to playlist |
neptime_remove_video_from_playlist |
Remove video from playlist |
neptime_get_video_comments |
Get comments on a video |
neptime_get_article_comments |
Get comments on an article |
neptime_create_video_comment |
Post a video comment |
neptime_create_article_comment |
Post an article comment |
neptime_delete_comment |
Delete your comment |
neptime_rate_comment |
Like or dislike a comment |
neptime_list_articles |
List articles |
neptime_get_article |
Get article details |
neptime_create_article |
Create an article |
neptime_update_article |
Update an article |
neptime_delete_article |
Delete an article |
neptime_get_history |
Get watch history |
neptime_clear_history |
Clear watch history |
neptime_get_watch_later |
Get watch later list |
neptime_add_watch_later |
Add to watch later |
neptime_remove_watch_later |
Remove from watch later |
neptime_get_categories |
Get all categories |
neptime_get_category_videos |
Get videos in a category |
neptime_report_video |
Report a video |
neptime_upload_video |
Upload a video using a local path or base64 payload |
Rate Limits
The Neptime API has the following rate limits:
- Global: 1000 requests/hour, 60 requests/minute
- Comments: 50/day, 10 seconds between posts
- Subscriptions: 50/day
- Reports: 10/hour, 50/day
- Playlists: 100 max per user, 500 videos per playlist
Development
# Clone the repository
git clone https://github.com/pasie15/neptime-mcp-server.git
cd neptime-mcp-server
# Install dependencies
npm install
# Build
npm run build
# Unit tests
npm test
# Run in development mode
npm run dev
License
MIT
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。