Pipedream MCP Servers Library

by dannyroosevelt

MCP Client 1 stars
  • agent-framework

About

What is Pipedream MCP Servers Library?

A modern web application for browsing and using Pipedream MCP servers.

How to use Pipedream MCP Servers Library?

Set up authentication by creating a Clerk account and adding your Publishable and Secret Keys to a .env.local file. Then install dependencies with npm install and run the development server with npm run dev.

Key features of Pipedream MCP Servers Library

- Browse Pipedream MCP servers
- Use Clerk-based authentication
- Modern web application interface

Use cases of Pipedream MCP Servers Library

FAQ from Pipedream MCP Servers Library

Details

Author
dannyroosevelt
GitHub stars
1
Category
agent-framework
Repository
dannyroosevelt/pipedream-mcp-ui

Pipedream MCP Servers Library

A modern web application for browsing and using Pipedream MCP servers.

Authentication Setup

This application uses Clerk for authentication. To set up authentication:

1. Create a Clerk account at https://clerk.dev/
2. Create a new application in the Clerk dashboard
3. Copy your Publishable Key and Secret Key
4. Create a .env.local file based on the .env.local.example template
5. Add your Clerk keys to the .env.local file

Development

```bash

Install dependencies


npm install

Run the development server

npm run dev