1. Conduid
  2. Productivity
  3. Tiny Asana MCP Server
MCP server · Productivity

Tiny Asana MCP Server

MCP server implementation for Asana integration

37Low

Scored 5 months ago · breakdown

About Tiny Asana MCP Server

Tiny Asana MCP Server is an MCP server in the Productivity category: mCP server implementation for Asana integration. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add tiny-asana-mcp-server -- npx -y tiny-asana-mcp-server
npx
npx -y tiny-asana-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Tiny Asana MCP Server

Powered by Claude · Grounded in docs

I know everything about Tiny Asana MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Asana MCP Server

A Model Context Protocol (MCP) server implementation for Asana integration. This package enables AI assistants to interact with Asana through a standardized protocol, allowing them to manage tasks, projects, and other Asana resources.

Features

  • Asana task management through MCP
  • Project and section listing
  • Task comments retrieval
  • Seamless integration with AI assistants

Installation

You can install this package globally using npm:

npm install -g tiny-asana-mcp-server

Or run it directly using npx:

npx tiny-asana-mcp-server

Configuration

Before using the server, you need to set up your Asana credentials. Create a .env file in your project root with the following content or provide envs via command line:

ASANA_TOKEN=your_asana_personal_access_token

or

env ASANA_TOKEN=your_asana_personal_access_token npx -y tiny-asana-mcp-server

You can obtain your Asana Personal Access Token from Asana Developer Console.

Usage

Starting the Server

env ASANA_TOKEN=... npx -y tiny-asana-mcp-server

The server will start and connect to the MCP client, allowing AI assistants to interact with your Asana workspace.

Available Tools

The server provides the following MCP tools:

  • asana_get_projects: List all accessible projects
  • asana_get_sections_by_project: List sections in a project
  • asana_get_task_stories: Get comments on a task
  • asana_get_task: Retrieve details of a specific task
  • asana_get_tasks_by_project: List tasks in a project
  • asana_get_tasks_by_section: List tasks in a section

Plans

  • Create MVP to provide asana integration
  • Add environment-based tool configuration (enable/disable specific tools via environment variables)
  • Cover all existing endpoints

Development

To set up the development environment:

  1. Clone the repository:
git clone git@github.com:bnwebdev/tiny-asana-mcp-server.git
cd tiny-asana-mcp-server
  1. Install dependencies:
yarn install
  1. Start in development mode:
yarn dev

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Third-Party Licenses

This software uses the Asana Node.js client library, which is licensed under the Apache License, Version 2.0.

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Tiny Asana MCP Server

How do I install Tiny Asana MCP Server?

Run claude mcp add tiny-asana-mcp-server -- npx -y tiny-asana-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Tiny Asana MCP Server safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Tiny Asana MCP Server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.