dx-toolkit
by youdotcom-oss·★ 20·Score 42
You.com DX Toolkit provides MCP server integration and SDK plugins for developers to leverage You.com AI capabilities.
Overview
The You.com DX Toolkit is a comprehensive Bun workspace containing multiple packages for integrating with You.com's hosted MCP server. It includes a CLI tool for direct MCP interactions, a bridge for local clients to connect to the hosted server, and plugins for AI SDK and LangChain frameworks. The toolkit provides a unified interface to You.com's AI capabilities across different development environments.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need to integrate You.com's AI capabilities into your workflow and want standardized MCP protocol implementations for multiple AI frameworks.
When NOT to choose this
Avoid if you need to avoid vendor lock-in to You.com's services or require self-hosted MCP capabilities without third-party dependencies.
Tools this server exposes
3 tools extracted from the READMEydc toolsList available tools on the You.com MCP server
ydc schemaydc schema <tool> [input|output]Get the schema of a specific tool or its input/output
ydcydc <tool> <json>Execute a specific tool with JSON input
Note: Tools were inferred from CLI documentation since the actual MCP server tools aren't explicitly listed in the README
Comparable tools
Installation
# Install dependencies
bun install
# Copy and set environment variables
cp .env.example .env
source .env
# Build the project
bun run buildFor Claude Desktop integration, add to your config.json:
{
"mcpServers": {
"youcom": {
"command": "bun",
"args": ["--cwd", "/path/to/dx-toolkit/packages/mcp", "run", "start"]
}
}
}FAQ
- What is the hosted MCP server?
- The hosted MCP server at api.you.com/mcp is the shared execution path across all framework integrations and the CLI tool in the toolkit.
- How do I get an API key?
- You need to sign up for You.com developer services to obtain a YDC_API_KEY for authentication.
Compare dx-toolkit with
Last updated · Auto-generated from public README + GitHub signals.