- Omnisockit Mcp Server
Omnisockit Mcp Server
Overview
OmniSocKit MCP Server
让你的 AI 大模型成为社交营销平台开发专家。
中文 | English
什么是 OmniSocKit?
OmniSocKit 是一个 MCP (Model Context Protocol) Server,将社交营销平台的开发知识注入到你的 AI 工具中。
安装后,当你对 AI 说「帮我实现企微 OAuth 登录」,AI 能给出包含正确 Token 缓存、错误重试、频率限制处理的精确代码——而不是幻觉。
核心价值
- 🎯 精准编码 — AI 不再猜测 API 参数,因为它读过完整的 SKILL 文档
- 🛡️ 避免踩坑 — 每个 SKILL 包含真实的约束、限制、错误码处理
- ⚡ 零配置 — 不需要 API Key、不需要服务器、不需要 Docker
- 🔒 零风险 — 不调用任何 API,只提供知识
快速开始
在你的 AI 工具中添加以下配置:
{
"mcpServers": {
"omnisockit": {
"command": "npx",
"args": ["@omnisockit/mcp-server"]
}
}
}
安装完成。现在对 AI 说:
"帮我实现企微 OAuth 扫码登录"
AI 会自动读取相关 SKILL,给出包含所有约束的精确代码。
支持的 AI 工具
OmniSocKit 兼容所有支持 MCP 协议的 AI 工具:
| 工具 | 类型 | 配置示例 |
|---|---|---|
| Claude Desktop | 桌面应用 | 查看 |
| Claude Code | CLI | 查看 |
| Cursor | AI IDE | 查看 |
| Antigravity | 桌面应用 | 查看 |
| Windsurf | AI IDE | 查看 |
| VS Code + Copilot | IDE | 查看 |
| Trae | AI IDE | 查看 |
| Cline | VS Code 插件 | 查看 |
| Roo Code | VS Code 插件 | 查看 |
| Kilo Code | VS Code 插件 | 查看 |
| Continue | VS Code / JetBrains | 查看 |
| Cherry Studio | 桌面应用 | 查看 |
| Zed | 编辑器 | 查看 |
| OpenAI Codex CLI | CLI | 查看 |
💡 只要支持 MCP 协议的工具都可以使用,以上仅列出主流工具。
覆盖的平台
✅ 企业微信(免费)
| 维度 | 数据 |
|---|---|
| SKILL 数量 | 41 个 |
| 覆盖模式 | 企业内部开发 · 服务商代开发(ISV)· 第三方应用 |
| API 覆盖 | 550+ 接口 |
| 代码模板 | 五语言(Python / Node.js / Java / Go / PHP) |
🔜 更多平台(即将推出)
- 小红书
- 抖音 / TikTok
- 微信公众平台
- 飞书
常见场景
| 你对 AI 说 | AI 读取的 SKILL | AI 回答包含 |
|---|---|---|
| "帮我获取企微 access_token" | wecom-core | Token 缓存规则、7200s 有效期、多实例互踢 |
| "帮我实现企微扫码登录" | wecom-auth | OAuth URL 格式、code 有效期 5 分钟、redirect_uri 编码 |
| "企微发消息怎么做" | wecom-message | msgtype 类型、agentid 必填、频率限制 |
| "企微 errcode 42001" | wecom-core | Token 过期原因、多实例部署 Token 互踢 |
| "企微客户标签怎么管理" | wecom-crm-tag | 标签上限、企业标签 vs 个人标签 |
工作原理
┌──────────────────────────────────────────┐
│ 你的 AI 工具 │
│ (Claude / Cursor / VS Code / ...) │
│ │
│ 用户: "帮我实现企微 OAuth 登录" │
│ │
│ AI 判断需要 wecom-auth 的知识 │
│ ↓ 通过 MCP 协议读取 │
└──────────────┬───────────────────────────┘
│ stdio (JSON-RPC)
┌──────────────▼───────────────────────────┐
│ OmniSocKit MCP Server │
│ │
│ 41 个 SKILL → 41 个 MCP Resource │
│ AI 按需读取,不是全量加载 │
│ │
│ 返回 wecom-auth SKILL 的完整内容 │
└──────────────────────────────────────────┘
↓
AI 基于 SKILL 知识生成精确代码
用户拿代码自己执行(我们不碰 API)
项目结构
omnisockit-mcp/
├── packages/
│ ├── core/ ← 核心类型定义
│ ├── platform-wecom/ ← 企微 41 个 SKILL
│ ├── server/ ← MCP Server 引擎
│ ├── cli/ ← npx 入口
│ └── execution/ ← 🔜 API 执行层(预留)
├── examples/ ← 14 个 AI 工具配置示例
└── tests/ ← 单元测试
许可证
链接
Server Config
{
"mcpServers": {
"omnisockit": {
"command": "npx",
"args": [
"-y",
"@omnisockit/mcp-server"
]
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Tavily Mcp
Serper MCP ServerA Serper MCP Server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
ChatWiseThe second fastest AI chatbot™
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop