{"id":28135498,"url":"https://github.com/atinux/mcp-with-nuxt-vercel","last_synced_at":"2025-06-20T11:06:03.073Z","repository":{"id":292357866,"uuid":"980485110","full_name":"atinux/mcp-with-nuxt-vercel","owner":"atinux","description":"Example of creating a MCP server with Nuxt \u0026 Vercel.","archived":false,"fork":false,"pushed_at":"2025-05-09T13:28:02.000Z","size":121,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T09:04:34.940Z","etag":null,"topics":["mcp-server","nuxt","vercel"],"latest_commit_sha":null,"homepage":"https://mcp-with-nuxt.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atinux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-09T07:54:36.000Z","updated_at":"2025-06-03T21:24:20.000Z","dependencies_parsed_at":"2025-05-09T14:44:07.598Z","dependency_job_id":"fe570651-b7e2-4d20-a233-41297e115bf7","html_url":"https://github.com/atinux/mcp-with-nuxt-vercel","commit_stats":null,"previous_names":["atinux/mcp-with-nuxt-vercel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atinux/mcp-with-nuxt-vercel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atinux%2Fmcp-with-nuxt-vercel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atinux%2Fmcp-with-nuxt-vercel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atinux%2Fmcp-with-nuxt-vercel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atinux%2Fmcp-with-nuxt-vercel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atinux","download_url":"https://codeload.github.com/atinux/mcp-with-nuxt-vercel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atinux%2Fmcp-with-nuxt-vercel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260933097,"owners_count":23084933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp-server","nuxt","vercel"],"created_at":"2025-05-14T15:18:58.718Z","updated_at":"2025-06-20T11:05:58.035Z","avatar_url":"https://github.com/atinux.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","APIs and HTTP Requests"],"sub_categories":[],"readme":"# Nuxt MCP Server on Vercel\n\nThis is a simple Nuxt application that serves as a MCP server on Vercel using `@vercel/mcp-adapter`.\n\n## Usage\n\nThis sample app uses the [Vercel MCP Adapter](https://www.npmjs.com/package/@vercel/mcp-adapter) that allows you to drop in an MCP server on a group of routes in any Nuxt project.\n\nUpdate `server/routes/mcp/[transport].ts` with your tools, prompts, and resources following the [MCP TypeScript SDK documentation](https://github.com/modelcontextprotocol/typescript-sdk/tree/main?tab=readme-ov-file#server).\n\nThe MCP server is mounted on `/mcp/[transport]` (ex: `/mcp/sse`).\n\n## Setup\n\nMake sure to install dependencies:\n\n```bash\npnpm install\n```\n\n## Development Server\n\nMake sure to have Redis running locally:\n\n```bash\nredis-server\n```\n\nStart the development server on another terminal on `http://localhost:3000`:\n\n```bash\npnpm dev\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\npnpm build\n```\n\nLocally preview production build:\n\n```bash\npnpm preview\n```\n\nCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.\n\n## Notes for running on Vercel\n\n- To use the SSE transport, requires a Redis attached to the project under `process.env.REDIS_URL`\n- Make sure you have [Fluid compute](https://vercel.com/docs/functions/fluid-compute) enabled for efficient execution\n- After enabling Fluid compute, open `server/routes/mcp/[transport].ts` and adjust `maxDuration` to 800 if you using a Vercel Pro or Enterprise account\n- [Deploy the Nuxt MCP template](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fatinux%2Fmcp-with-nuxt-vercel\u0026integration-ids=oac_V3R1GIpkoJorr6fqyiwdhl17)\n\n\n## Sample Client\n\n`script/test-client.mjs` contains a sample client to try invocations.\n\n```sh\nnode scripts/test-client.mjs http://localhost:3000\n```\n\n## Credits\n\nThis project is based on the [Next.js MCP template](https://github.com/vercel-labs/mcp-for-next.js).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatinux%2Fmcp-with-nuxt-vercel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatinux%2Fmcp-with-nuxt-vercel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatinux%2Fmcp-with-nuxt-vercel/lists"}