Wenjuanxing (WJX)
问卷星 OpenAPI 全栈工具包:TypeScript SDK + MCP Server + CLI
What is Wenjuanxing (WJX)?
Wenjuanxing (WJX) is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 问卷星 openapi 全栈工具包:typescript sdk + mcp server + cli
问卷星 OpenAPI 全栈工具包:TypeScript SDK + MCP Server + CLI
This server falls under the Business Applications and APIs categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 问卷星 OpenAPI 全栈工具包:TypeScript SDK + MCP Server + CLI
Use Cases
Maintainer
Works with
Installation
NPM
npx -y wjx-mcp-serverManual Installation
npx -y wjx-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Wenjuanxing (WJX)
WJX AI Kit is a full-stack TypeScript toolkit for the Wenjuanxing (问卷星) survey platform, combining a TypeScript SDK, a CLI with 67 subcommands, and an MCP server exposing 58 tools, 8 resources, and 22 prompts. AI assistants can create, distribute, and analyze surveys through natural language using the Wenjuanxing OpenAPI.
Prerequisites
- Node.js 18+ and npm installed
- A Wenjuanxing account with OpenAPI access (wjx.cn)
- WJX_API_KEY obtained by logging in with WeChat on the Wenjuanxing developer portal
- Claude Desktop or another MCP-compatible client
Obtain your WJX API key
Log in to the Wenjuanxing developer portal (wjx.cn) using WeChat. Navigate to the API settings section to generate your OpenAPI key. This key is required as the WJX_API_KEY environment variable.
Run the MCP server via npx
The wjx-mcp-server package can be run directly via npx without a global install. This is the recommended approach for MCP client configuration.
npx -y wjx-mcp-serverConfigure Claude Desktop
Add the MCP server entry to your Claude Desktop config, passing your API key as an environment variable.
Verify the connection
Restart Claude Desktop and ask it to list your surveys. If the WJX_API_KEY is valid, the server will return your survey list from the Wenjuanxing API.
Install the CLI for direct terminal access
Optionally install the CLI globally to run wjx commands directly in your terminal outside of an AI assistant.
npm install -g wjx-cli
export WJX_API_KEY=your_api_key
wjx survey listWenjuanxing (WJX) Examples
Client configuration
Claude Desktop configuration running the wjx-mcp-server package via npx with your API key.
{
"mcpServers": {
"wjx": {
"command": "npx",
"args": ["-y", "wjx-mcp-server"],
"env": {
"WJX_API_KEY": "your_wjx_api_key_here"
}
}
}
}Prompts to try
Natural language requests for the Wenjuanxing MCP server.
- "Help me create a customer satisfaction survey with 5 questions"
- "List all my active surveys and their response counts"
- "Export the responses from survey ID 12345 as JSON"
- "Analyze the NPS scores from my latest survey and summarize trends"Troubleshooting Wenjuanxing (WJX)
Authentication fails with API error on startup
Ensure WJX_API_KEY is set correctly in the env block of your config. The key is obtained from the Wenjuanxing developer portal via WeChat login — regular username/password credentials will not work.
npx wjx-mcp-server hangs or returns a version mismatch warning
The npm package may lag behind the GitHub source. If you hit issues, install from source: git clone https://github.com/wjxcom/wjx-ai-kit.git && cd wjx-ai-kit && npm install. Update the command in your config to point to the local package.
Enterprise directory features return empty results
Contact operations like listing contacts or teams require the optional WJX_CORP_ID environment variable. Add it to your env block with your Wenjuanxing enterprise directory ID.
Frequently Asked Questions about Wenjuanxing (WJX)
What is Wenjuanxing (WJX)?
Wenjuanxing (WJX) is a Model Context Protocol (MCP) server that 问卷星 openapi 全栈工具包:typescript sdk + mcp server + cli It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Wenjuanxing (WJX)?
Install via npm with the command: npx -y wjx-mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Wenjuanxing (WJX)?
Wenjuanxing (WJX) works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Wenjuanxing (WJX) free to use?
Yes, Wenjuanxing (WJX) is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Wenjuanxing (WJX) Alternatives — Similar Business Applications Servers
Looking for alternatives to Wenjuanxing (WJX)? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Wenjuanxing (WJX) in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Wenjuanxing (WJX)?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.