AI SDK 5 Migration MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI SDK 5 Migration MCP ServerStart the AI SDK 5 migration checklist."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI SDK 5 Migration MCP Server
An MCP server that helps you migrate from AI SDK 4.x to 5.0. This server has been designed to work with Cursor, but should work with any compatible MCP client.
Quick Start
Step 1: Configure Cursor
Create or edit .cursor/mcp.json in your project:
{
"mcpServers": {
"ai-sdk-5-migration": {
"url": "https://ai-sdk-5-migration-mcp-server.vercel.app/api/mcp"
}
}
}After saving the configuration, open the command palette (Cmd+Shift+P) and search for "View: Open MCP Settings". Verify that the new server appears in the list and is toggled to on.
Want to run it locally? See the Local Development section below.
Step 2: Run the migration
Open your project in Cursor and use this prompt:
Please migrate this project to AI SDK 5 using the ai-sdk-5-migration mcp server. Start by creating a checklist.This prompt will:
Create a comprehensive migration checklist (
AI_SDK_5_MIGRATION.md)Guide the agent through all migration steps systematically
Search the official migration guides when needed for specific changes
Note: This has been tested with Cursor's auto model setting
Related MCP server: Kedro MCP Server
How It Works
This server provides three MCP tools:
create-checklist- Returns a curl command that downloads a comprehensive migration checklist toAI_SDK_5_MIGRATION.md. This is much more efficient than having the model generate ~800 lines of text.search-guide- Searches the official AI SDK 5 migration guide for code-related changes (APIs, imports, streaming, tools, etc.). Returns the most relevant sections with examples.search-data-guide- Searches the data migration guide for database and persistence information (converting stored messages, dual-write patterns, schema changes).
The agent uses these tools automatically when you run the prompt above.
Local Development
If you prefer to run the server locally:
pnpm install
pnpm devThen update your .cursor/mcp.json to use http://localhost:3000/api/mcp instead of the hosted version.
Resources
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Search @imqueue docs and scaffold typed services & clients from your AI coding agent.
Your Expo and EAS project in natural language: up to date SDK docs, cloud builds (status, logs, trig
Plan Salesforce deploys, open pull requests and trigger pipelines from your AI client.
Search and query nTop's knowledge base and engineering guides from AI applications.
Related MCP Servers
- AlicenseBqualityDmaintenanceAssists in migrating HeroUI v2 and NextUI projects to HeroUI v3 beta through automated project scanning, file analysis, and guided code rewrites. It provides specialized tools for auditing Tailwind configurations and comparing component changes using an integrated documentation corpus.615AGPL 3.0

Kedro MCP Serverofficial
AlicenseBqualityDmaintenanceProvides AI assistants with versioned guidance for Kedro projects, including notebook conversion and project migration.33Apache 2.0- FlicenseNot gradedqualityDmaintenanceAudits dbt Core projects for migration blockers and generates actionable guidance for migrating to dbt Cloud, including auto-fixing deprecated syntax.-
- AlicenseNot gradedqualityAmaintenanceProvides symbol-level dependency analysis and LLM-ready migration prompts for TypeScript/JavaScript projects, enabling AI editors to scan projects, analyze packages, and generate refactoring prompts.64 npm19MIT