Neptime MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Neptime MCP Servershow me the top 10 trending videos"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-serverOr run directly with npx:
npx neptime-mcp-serverConfiguration
Get Your API Key
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 |
| List videos with pagination and sorting |
| Search for videos by keyword |
| Get trending videos |
| Get video details |
| Update a video you own |
| Delete a video you own |
| Like or dislike a video |
| Get channel information |
| Get videos from a channel |
| Subscribe to a channel |
| Unsubscribe from a channel |
| Get your subscriptions |
| Get your playlists |
| Get playlist details |
| Create a new playlist |
| Update a playlist |
| Delete a playlist |
| Add video to playlist |
| Remove video from playlist |
| Get comments on a video |
| Get comments on an article |
| Post a video comment |
| Post an article comment |
| Delete your comment |
| Like or dislike a comment |
| List articles |
| Get article details |
| Create an article |
| Update an article |
| Delete an article |
| Get watch history |
| Clear watch history |
| Get watch later list |
| Add to watch later |
| Remove from watch later |
| Get all categories |
| Get videos in a category |
| Report a 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 devLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pasie15/neptime-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server