A modern web application for browsing and using Pipedream MCP servers.
This application uses Clerk for authentication. To set up authentication:
- Create a Clerk account at https://clerk.dev/
- Create a new application in the Clerk dashboard
- Copy your Publishable Key and Secret Key
- Create a
.env.local
file based on the.env.local.example
template - Add your Clerk keys to the
.env.local
file
# Install dependencies
npm install
# Run the development server
npm run dev