
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@coretext-ai/airtable-mcp-server
Advanced tools
MCP server with airtable integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Endpoints included: 18
list_bases: List all basesget_base_schema: Get base schema including tables and fieldslist_records: List records in a tableget_record: Get a specific recordcreate_records: Create new records (up to 10 at once)update_records: Update existing records (up to 10 at once)replace_records: Replace records completely (up to 10 at once)delete_records: Delete records (up to 10 at once)get_table: Get table schemacreate_table: Create a new tableupdate_table: Update table propertiescreate_field: Create a new field in a tableupdate_field: Update a fieldlist_views: List views in a tableget_view: Get view detailscreate_view: Create a new viewupdate_view: Update a viewdelete_view: Delete a viewRequired environment variables:
AIRTABLE_ACCESS_TOKENnpm install @coretext-ai/airtable-mcp-server
Create a .env file with the following variables:
AIRTABLE_ACCESS_TOKEN=your_airtable_access_token_here
# Development mode
npm run dev
# Production mode
npm run build && npm start
Add this to your Claude Desktop configuration:
{
  "mcpServers": {
    "airtable-mcp-server": {
      "command": "npx",
      "args": ["@coretext-ai/airtable-mcp-server"]
    }
  }
}
This server provides 18 tools across 1 integrations:
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build
npm run build
# Run tests
npm run test
# Lint
npm run lint
MIT
FAQs
MCP server with airtable integration
We found that @coretext-ai/airtable-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.