
fpl mcp server
一个使用 TypeScript 构建的空白 Express 服务器模板。
Repository Info
About This Server
一个使用 TypeScript 构建的空白 Express 服务器模板。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Express TypeScript API
A blank Express server setup with TypeScript support.
Project Structure
express-typescript-api/
├── src/ # Source files
│ ├── config/ # Configuration files
│ ├── routes/ # API routes
│ └── server.ts # Express application setup
├── dist/ # Compiled JavaScript files
├── .gitignore # Git ignore file
├── package.json # Project metadata and dependencies
├── tsconfig.json # TypeScript configuration
└── README.md # Project documentation
Prerequisites
- Node.js (v14.x or higher recommended)
- npm (v6.x or higher)
Installation
-
Clone the repository:
git clone <repository-url> cd express-typescript-api -
Install dependencies:
npm install
Development
To start the development server with hot-reloading:
npm run dev
This will start the server at http://localhost:3000
Building for Production
To compile the TypeScript code to JavaScript:
npm run build
This will create the compiled JavaScript files in the dist directory.
Running in Production
To run the compiled JavaScript in production:
npm start
Available API Endpoints
GET /: Returns a welcome messageGET /health: Health check endpoint
Environment Variables
Create a .env file in the root directory with the following variables:
NODE_ENV=development
PORT=3000
Adding New Routes
- Create a new route file in the
src/routesdirectory - Import and use the route in
src/server.ts
License
ISC
Quick Start
Clone the repository
git clone https://github.com/mhofwell/fpl-mcp-serverInstall dependencies
cd fpl-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.