An MCP server for seamless integration with the Kick.com API.
🚀 A powerful Model Context Protocol (MCP) server for seamless Kick.com API integration
npm install kick-mcp
{
"mcpServers": {
"kickmcp": {
"command": "node",
"args": ["./dist/bin/mcp.js"]
}
},
"version": "1.0.0",
"description": "MCP configuration for KickMCP project",
"defaultServer": "kickmcp"
Complete Kick API Integration:
MCP Standard Compliance:
Developer Experience:
Enhance your viewing experience with KickMCP:
Example: Setting up chat notifications
const kickmcp = require('kick-mcp');
kickmcp.on('chatMessage', (message) => {
if (message.mentions.includes(yourUsername)) {
sendNotification(`${message.sender} mentioned you!`);
}
});
Optimize your streaming workflow:
Example: Creating a poll
const poll = await kickmcp.createPoll({
question: "What game next?",
options: ["Minecraft", "Fortnite", "Valorant"],
duration: 300 // 5 minutes
});
Build powerful Kick.com integrations:
Example: Setting up webhooks
const webhook = await kickmcp.createWebhook({
events: ['stream.online', 'stream.offline'],
url: 'https://your-server.com/webhook'
});
npm install kick-mcp
# or with yarn
yarn add kick-mcp
const kickmcp = require('kick-mcp');
kickmcp.configure({
clientId: 'YOUR_CLIENT_ID',
clientSecret: 'YOUR_CLIENT_SECRET'
});
For detailed API documentation, visit:
Common issues and solutions:
Authentication Errors
Rate Limiting
We welcome contributions! Please see our Contributing Guide for details.
MIT © NosytLabs
Interact with Mailgun API.
A read-only MCP server by CData that enables LLMs to query live SendGrid data. Requires the external CData JDBC Driver for SendGrid.
An MCP server application that sends various types of messages to the WeCom group robot.
The official ElevenLabs MCP server
Network access with the ability to run commands like ping, traceroute, mtr, http, dns resolve.
Integrates with Mailtrap Email API.
Official MCP Server to interact with Pearl API. Connect your AI Agents with 12,000+ certified experts instantly.
Integrates with the LinkedIn API, allowing interaction with your professional network and content.
An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents 📤 (supports secure token auth & more - use with npx or docker!)
Access PubNub SDK documentation and API resources for real-time communication applications.