ai-sdk-provider-claude-code
Verified Safeby SylphxAI
Overview
Provides a Vercel AI SDK integration for Claude models, specifically designed to enable universal tool support by translating AI SDK tools to Claude Code's XML format, eliminating the need for separate MCP servers.
Installation
No command providedSecurity Notes
The project acts as a wrapper around the official Claude Code CLI and Vercel AI SDK, with tool execution handled by the Vercel framework. This design minimizes direct execution risks from the provider itself. Security largely depends on the integrity of the Claude Code CLI (a third-party dependency) and the security practices of the user-defined tools. No 'eval' or obfuscation is apparent.
Similar Servers
mcp-handler
Provides a Vercel adapter for the Model Context Protocol (MCP), enabling real-time communication between applications and AI models through Next.js or Nuxt.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
ai-calls-editor
Facilitates AI-powered code refactoring within a VS Code environment by exposing an MCP server to AI assistants.