{"id":28769570,"url":"https://github.com/psaboia/mcp-server-playground","last_synced_at":"2025-09-16T18:28:29.573Z","repository":{"id":277462741,"uuid":"932497268","full_name":"psaboia/mcp-server-playground","owner":"psaboia","description":"MCP Server example with TypeScript","archived":false,"fork":false,"pushed_at":"2025-03-12T13:34:34.000Z","size":20,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T13:14:25.986Z","etag":null,"topics":["aiworkflow","claude-desktop","cursor-ide","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/psaboia.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}},"created_at":"2025-02-14T02:18:47.000Z","updated_at":"2025-04-20T13:59:24.000Z","dependencies_parsed_at":"2025-02-17T05:19:37.753Z","dependency_job_id":null,"html_url":"https://github.com/psaboia/mcp-server-playground","commit_stats":null,"previous_names":["psaboia/mcp-server-example","psaboia/mcp-server-playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psaboia/mcp-server-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psaboia%2Fmcp-server-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psaboia%2Fmcp-server-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psaboia%2Fmcp-server-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psaboia%2Fmcp-server-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psaboia","download_url":"https://codeload.github.com/psaboia/mcp-server-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psaboia%2Fmcp-server-playground/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267989091,"owners_count":24177020,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aiworkflow","claude-desktop","cursor-ide","mcp","mcp-server"],"created_at":"2025-06-17T13:04:02.556Z","updated_at":"2025-09-16T18:28:24.520Z","avatar_url":"https://github.com/psaboia.png","language":"JavaScript","funding_links":[],"categories":["Task and Project Management","🌐 Web Development"],"sub_categories":[],"readme":"# MCP Server Playground\n\n\n[![smithery badge](https://smithery.ai/badge/@psaboia/mcp-server-playground)](https://smithery.ai/server/@psaboia/mcp-server-playground)\n\n\u003ca href=\"https://glama.ai/mcp/servers/fylny5odo3\"\u003e\n  \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/fylny5odo3/badge\" alt=\"Server Playground MCP server\" /\u003e\n\u003c/a\u003e\n\nThis repository is a playground for experimenting with an MCP Server built with TypeScript. It is a personalized version of the tutorial and video on building an MCP Server, and it is intended both as a learning resource and a platform to test integrations with Calude Desktop and Cursor IDE.\n\n## Background\n\nThis project is based on the material from:\n- [Build your first MCP Server with TypeScript in Under 10 Minutes](https://hackteam.io/blog/build-your-first-mcp-server-with-typescript-in-under-10-minutes/)\n- [MCP Server Tutorial Video](https://www.youtube.com/watch?v=8m-O_KiHRjk)\n\nThe original tutorial provided a foundation which I have extended. Alongside the examples from the tutorial, I plan to add additional tools and functionalities to evolve this code into a robust playground for MCP Server experiments.\n\n## Features\n\n- **TypeScript-based server:** Leveraging TypeScript for better structure and error-checking.\n- **Modular design:** Easy to extend with new commands, features, and integrations.\n- **Integration-ready:** Designed to work with Calude Desktop and Cursor IDE for an improved development experience.\n- **Expandable playground:** A sandbox environment to experiment with additional tools and modifications beyond the tutorial examples.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v12 or higher)\n- npm (or Yarn, based on your preference)\n- TypeScript (if not installed globally)\n\n### Installing via Smithery\n\nTo install MCP Server Playground for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@psaboia/mcp-server-playground):\n\n```bash\nnpx -y @smithery/cli install mcp-server-playground --client claude\n```\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone \u003crepo_url\u003e\n   cd mcp-server-playground\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Build the project:\n   ```bash\n   npm run build\n   ```\n\n\n### Configuration\n\nThis project uses environment variables. Create a `.env` file to set your configuration options. If an example file (`.env.example`) is provided in the future, use it as a template.\n\n## Development\n\n- **IDE Integration:**\n   - Designed to work smoothly with Cursor IDE and Calude Desktop.\n   - Leverage the built-in tools and extensions supported by these IDEs to maximize productivity.\n- **Extending the Project:**\n   - Feel free to add new commands, integrations, or modify existing functionalities.\n   - The modular structure of the server makes it easy to plug in additional tools and features.\n\n## Project Structure\n\n```\nmcp-server-playground/\n├── src/                # Source code directory\n│   └── index.ts       # Main server implementation\n├── build/             # Compiled JavaScript files\n├── package.json       # Project dependencies and scripts\n├── tsconfig.json     # TypeScript configuration\n└── README.md         # Project documentation\n```\n\n## Available Scripts\n\n- `npm run build` - Compiles TypeScript code and sets proper permissions\n- `npm run prepare` - Runs build script (useful for git hooks)\n- `npm run watch` - Watches for changes in TypeScript files\n- `npm run inspector` - Runs the MCP inspector tool\n\n## Contributing\n\nContributions are welcome! If you have suggestions, improvements, or new integrations, please fork the repository and create a pull request with your changes.\n\n## References\n\n- [Build your first MCP Server with TypeScript in Under 10 Minutes](https://hackteam.io/blog/build-your-first-mcp-server-with-typescript-in-under-10-minutes/)\n- [MCP Server Tutorial Video](https://www.youtube.com/watch?v=8m-O_KiHRjk)\n- [Model Context Protocol SDK Documentation](https://www.npmjs.com/package/@modelcontextprotocol/sdk)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Notes\n\nThis project is a sandbox environment aimed at testing various adaptations and integrations for an MCP Server. Updates and expansions will be made as new tools and ideas are developed.\n\n## Roadmap\n\n- [ ] Implement additional tool integrations beyond the tutorial examples\n- [ ] Add comprehensive documentation for each tool\n- [ ] Create example integrations with Calude Desktop\n- [ ] Develop custom tools for Cursor IDE integration\n- [ ] Add testing framework and examples","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsaboia%2Fmcp-server-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsaboia%2Fmcp-server-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsaboia%2Fmcp-server-playground/lists"}