taroify
Taroify MCP 是一项独立的 MCP(模型上下文协议)服务,旨在将 Taroify 与大模型连接起来。它使大模型能够直接从文档中检索组件、API数据。
claude mcp add --transport stdio taroify-taroify-mcp npx -y @taroify/mcp
How to use
Taroify MCP is a dedicated model context protocol service that connects the Taroify UI component library (for mobile mini-programs) with a large language model. It enables the model to directly retrieve component and API data from documentation, enabling context-aware responses when developers inquire about Taroify components or usage. You can invoke the MCP tool via the npx approach shown in the README, which fetches and runs the @taroify/mcp package on demand without a separate install. This makes it easy to query component details, API signatures, and usage patterns in real time as you build or explore applications. The MCP toolset is designed to work with the Cursor MCP ecosystem; you can reference the Cursor MCP guide for how to issue context-based queries and integrate the results into your agent workflows.
How to install
Prerequisites:
- Node.js (v14+ recommended; check with node -v)
- Internet access to fetch the MCP package via npx
installation steps:
- Ensure Node.js is installed. If not, download and install from https://nodejs.org
- Open a terminal and verify Node.js and npm are available:
- node -v
- npm -v
- Run the MCP server using npx (no persistent install required):
npx -y @taroify/mcp - The command will fetch the @taroify/mcp package and start the MCP service for use with your agent. If you prefer to preload, you can also install the package directly with npm:
and then start it according to the package's run instructions (usually via npx or a bin script).npm install -g @taroify/mcp - When running in scripts or deployments, reference the provided mcp_config to integrate with your agent.
Additional notes
Tips and common issues:
- The MCP relies on network access to fetch the package when using npx. If you are behind a proxy, configure npm/npx proxy settings or run within an environment with network access.
- No environment variables are strictly required for basic operation. If you later add environment-specific configuration, you can supply them under the env field, e.g., { "ENV_VAR": "value" }.
- For reproducible environments, prefer a local install of @taroify/mcp or pin the version in your CI to avoid breaking changes.
- If you encounter issues with missing documentation or API data, verify that the MCP package version aligns with the Taroify documentation you’re using and consult Cursor MCP usage guidelines for integrating tool outputs into your agent workflows.
Related MCP Servers
obsidian -tools
Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.
mcp
Octopus Deploy Official MCP Server
furi
CLI & API for MCP management
mcp -arangodb
This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations and allows seamless integration with ArangoDB through MCP tools. You can use it wih Claude app and also extension for VSCode that works with mcp like Cline!
CodeRAG
Advanced graph-based code analysis for AI-assisted software development
mcp-bundler
Is the MCP configuration too complicated? You can easily share your own simplified setup!